Ted Cruz is the Zodiac Killer

Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

ما هو Ted Cruz is the Zodiac Killer؟

Ted Cruz is the Zodiac Killer هو إضافة Chrome تم تطويرها بواسطة Andrew Kerr، والميزة الرئيسية لها هي "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".

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

screenshot

تحميل ملف CRX للإضافة Ted Cruz is the Zodiac Killer

قم بتنزيل ملفات الامتداد Ted Cruz is the Zodiac Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Obvious parody is obvious.

Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.                    

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

الاسم Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
الوصف Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
حجم الملف 3.47 KB
عدد التثبيتات 46
النسخة الحالية 1.0.2
آخر تحديث 2016-03-03
تاريخ النشر 2016-03-02
تقييم 4.17/5 مجموع تقييمات 6
المطور Andrew Kerr
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer",
    "version": "1.0.2",
    "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.",
    "author": "Andrew Kerr",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "zodiac-killer.js"
            ]
        }
    ],
    "short_name": "cruziszodiac",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}