Brexit Filthifier

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

ما هو Brexit Filthifier؟

Brexit Filthifier هو إضافة Chrome تم تطويرها بواسطة QuantumPirate، والميزة الرئيسية لها هي "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Brexit Filthifier

قم بتنزيل ملفات الامتداد Brexit Filthifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}