Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Brexit Means Breakfast क्या है?

Brexit Means Breakfast https://brexitmeansbreakfast.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Brexit with Breakfast arround the web."।

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

screenshot

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

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

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

                        Brexit Means Breakfast Is a Chrome extension which hijacks Brexit discussions on the web by changing the topic to the most important meal of the day – so you never have to read about Brexit again.                    

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

नाम Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
आधिकारिक URL https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
विवरण Replace Brexit with Breakfast arround the web.
फ़ाइल का आकार 139 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-06-29
प्रकाशन तिथि 2019-06-24
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://brexitmeansbreakfast.co.uk
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://brexitmeansbreakfast.co.uk/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Means Breakfast",
    "description": "Replace Brexit with Breakfast arround the web.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "permissions": [
                "activeTab"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon-16.jpg",
        "128": "icon.jpg"
    }
}