Ted Cruz is the Zodiac Killer Replacer

Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."

ما هو Ted Cruz is the Zodiac Killer Replacer؟

Ted Cruz is the Zodiac Killer Replacer هو إضافة Chrome تم تطويرها بواسطة Brennan Butler، والميزة الرئيسية لها هي "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".

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

screenshot

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

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

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

                        A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.                    

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

الاسم Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
الوصف Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
حجم الملف 59.85 KB
عدد التثبيتات 36
النسخة الحالية 1.4
آخر تحديث 2016-03-14
تاريخ النشر 2016-03-14
تقييم 5.00/5 مجموع تقييمات 1
المطور Brennan Butler
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Ted Cruz is The Zodiac Killer"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer Replacer",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "http:\/\/*.*\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}