Brexit means Breadsticks

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

ما هو Brexit means Breadsticks؟

Brexit means Breadsticks هو إضافة Chrome تم تطويرها بواسطة nkhilv، والميزة الرئيسية لها هي "Turns every mention of Brexit on any website into 'breadsticks'".

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

screenshot

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

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