Brexit means Breadsticks
Turns every mention of Brexit on any website into 'breadsticks'
Co je Brexit means Breadsticks?
Brexit means Breadsticks je rozšíření Chrome vyvinuté nkhilv, a jeho hlavní funkcí je „Turns every mention of Brexit on any website into 'breadsticks'“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Brexit means Breadsticks
Stáhněte si soubory rozšíření Brexit means Breadsticks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Are you tired coming across brexit everywhere you go? Turn any mention of the word 'Brexit' to 'Breadsticks'. Install it to save your sanity. I promise eternal salvation, or triple your money back! You can find the working code for this plugin on Github (/nkhil). P.S. I'm currently looking for a junior developer role. In case you know anyone who's looking for a hard working developer, my Github username is nkhil, and my portfolio is nikhilvijayan(dot)com
Základní Informace o Rozšíření
Název | |
ID | okbmmlhhebmgpjgjhffamejlcgclpkkh |
Oficiální URL | https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh |
Popis | Turns every mention of Brexit on any website into 'breadsticks' |
Velikost souboru | 26.49 KB |
Počet instalací | 47 |
Aktuální Verze | 0.1.4 |
Poslední Aktualizace | 2019-04-05 |
Datum Vydání | 2019-04-05 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | nkhilv |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.nikhilvijayan.com |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brexit means Breadsticks", "version": "0.1.4", "description": "Turns every mention of Brexit on any website into 'breadsticks'", "icons": { "16": "images\/breadsticks16.png", "48": "images\/breadsticks48.png", "128": "images\/breadsticks128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |