Ted Cruz Potato

This extension turns all references to Ted Cruz into 'a potato'

ما هو Ted Cruz Potato؟

Ted Cruz Potato هو إضافة Chrome تم تطويرها بواسطة natekandler، والميزة الرئيسية لها هي "This extension turns all references to Ted Cruz into 'a potato'".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ted Cruz Potato

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

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

                        Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato                    

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

الاسم Ted Cruz Potato Ted Cruz Potato
ID kfjelmikbelnnmlgmbmfpjkbiejgadag
عنوان URL الرسمي https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag
الوصف This extension turns all references to Ted Cruz into 'a potato'
حجم الملف 3.69 KB
عدد التثبيتات 305
النسخة الحالية 0.1
آخر تحديث 2016-03-10
تاريخ النشر 2016-03-09
تقييم 5.00/5 مجموع تقييمات 7
المطور natekandler
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz Potato",
    "description": "This extension turns all references to Ted Cruz into 'a potato'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}