Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

ما هو Tired of the world؟

Tired of the world هو إضافة Chrome تم تطويرها بواسطة Russ Smith، والميزة الرئيسية لها هي "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

تحميل ملف CRX للإضافة Tired of the world

قم بتنزيل ملفات الامتداد Tired of the world بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

معلومات أساسية عن التمديد

الاسم Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
الوصف Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
حجم الملف 3.64 KB
عدد التثبيتات 10
النسخة الحالية 0.1
آخر تحديث 2015-12-07
تاريخ النشر 2015-12-07
تقييم 4.50/5 مجموع تقييمات 2
المطور Russ Smith
نوع الدفع free
عنوان صفحة المساعدة https://twitter.com/russ_sm
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}