Brexit means Breadsticks

Turns every mention of Brexit on any website into 'breadsticks'

Brexit means Breadsticks क्या है?

Brexit means Breadsticks nkhilv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns every mention of Brexit on any website into 'breadsticks'"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Brexit means Breadsticks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
आधिकारिक URL https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
विवरण Turns every mention of Brexit on any website into 'breadsticks'
फ़ाइल का आकार 26.49 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2019-04-05
प्रकाशन तिथि 2019-04-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर nkhilv
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.nikhilvijayan.com
समर्थित भाषाएँ 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"
        }
    ]
}