Terrorist to Coward

Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.

ما هو Terrorist to Coward؟

Terrorist to Coward هو إضافة Chrome تم تطويرها بواسطة Mack Flavelle، والميزة الرئيسية لها هي "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

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

screenshot

تحميل ملف CRX للإضافة Terrorist to Coward

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

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

                        Terrorists are cowards. That is what they should be called.

This chrome extension changes the word terrorist (and variations of) to coward on web pages.                    

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

الاسم Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
عنوان URL الرسمي https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
الوصف Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
حجم الملف 36.08 KB
عدد التثبيتات 34
النسخة الحالية 0.1.1
آخر تحديث 2016-02-26
تاريخ النشر 2016-02-25
تقييم 4.89/5 مجموع تقييمات 19
المطور Mack Flavelle
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrorist to Coward",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}