Brexit means Breadsticks
Turns every mention of Brexit on any website into 'breadsticks'
Qu'est-ce que Brexit means Breadsticks ?
Brexit means Breadsticks est une extension Chrome développée par nkhilv, et sa fonction principale est "Turns every mention of Brexit on any website into 'breadsticks'".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Brexit means Breadsticks
Téléchargez les fichiers d'extension Brexit means Breadsticks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | okbmmlhhebmgpjgjhffamejlcgclpkkh |
URL Officiel | https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh |
Description | Turns every mention of Brexit on any website into 'breadsticks' |
Taille du Fichier | 26.49 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2019-04-05 |
Date de Publication | 2019-04-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | nkhilv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.nikhilvijayan.com |
Langues Prises en Charge | 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" } ] } |