Brexit Filthifier

Replaces the word Brexit with a random bit of filth - by @QuantumPirate

Brexit Filthifier क्या है?

Brexit Filthifier QuantumPirate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the word Brexit with a random bit of filth - by @QuantumPirate"।

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

screenshot

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

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

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

                        Sick of seeing fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is.

v1.1
-Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing
-Also replaces any mention of "Trump" with a random insult                    

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

नाम Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
आधिकारिक URL https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
विवरण Replaces the word Brexit with a random bit of filth - by @QuantumPirate
फ़ाइल का आकार 23.97 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-02-02
प्रकाशन तिथि 2017-02-02
रेटिंग 4.88/5 कुल 8 रेटिंग्स
डेवलपर QuantumPirate
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/QuantumPirate
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Filthifier",
    "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}