Brexit means Breadsticks
Turns every mention of Brexit on any website into 'breadsticks'
What is Brexit means Breadsticks?
Brexit means Breadsticks is a Chrome extension developed by nkhilv, and its main feature is "Turns every mention of Brexit on any website into 'breadsticks'".
Extension Screenshots
Download Brexit means Breadsticks Extension CRX File
Download Brexit means Breadsticks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | okbmmlhhebmgpjgjhffamejlcgclpkkh |
Official URL | https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh |
Description | Turns every mention of Brexit on any website into 'breadsticks' |
File Size | 26.49 KB |
Installation Count | 47 |
Current Version | 0.1.4 |
Last Updated | 2019-04-05 |
Publish Date | 2019-04-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | nkhilv |
[email protected] | |
Payment Type | free |
Extension Website | http://www.nikhilvijayan.com |
Supported Languages | 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" } ] } |