Avi

Results 83 comments of Avi

Even if you manage to rewrite it in a different way, I doubt the progress of releases A couple of pull requests have been merged (including my #232), but the...

I tried importing functions using an `import` statement, e.g. ```js import { someFunction } from "./some-script"; ``` but it didn't work, despite not being a dynamic import (i.e. `import("./some-script.js")`)

@Glench What I used as a "workaround" is [this code](https://github.com/NekitCorp/chrome-extension-svelte-typescript-boilerplate)

@Glench I used this boilerplate (minus TypeScript) in most of my cross-browser extensions ([YouTube Auto HD + FPS](https://github.com/avi12/youtube-auto-hd), [YouTube Like-Dislike Shortcut](https://github.com/avi12/youtube-like-dislike-shortcut), [Steam ID Finder](https://github.com/avi12/steam-id-finder), [Twitch Channel Points Bonus Collector](https://github.com/avi12/twitch-cp-bonus-collector), [Skillshare...

@Glench ExtPay sounds very good Do you mind moving to Discord? avi12#4269

@hangtwenty The issue is that it makes the package size needlessly bigger

Right, I forgot that last time I received an error To be fair, a new repository should be created, called "extend-browser/rollup-plugin-browser-extension", as this account is about extending Chrome specifically, not...

> Re: package size, `webextension-polyfill` is ~9kb minifed, ~3kb minified and gzipped ([bundlephobia](https://bundlephobia.com/[email protected])). For a web extension, that seems trivial to me. But hey, I am new to developing cross-browser...

@hangtwenty The reason I said that the 2 biggest size impactors are the images and translations is that there's a limit point up to which you can reduce them Images...

@jacksteamdev I agree, though funny enough, Opera is in a weird spot On one hand, sideloading MV2 extensions tells you that its support will end by Jan 2023, and sideloading...