Kanye for VP

Replace references to Tim Kaine with Kanye West

ما هو Kanye for VP؟

Kanye for VP هو إضافة Chrome تم تطويرها بواسطة https://www.mollywhite.net، والميزة الرئيسية لها هي "Replace references to Tim Kaine with Kanye West".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kanye for VP

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

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

                        Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.                    

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

الاسم Kanye for VP Kanye for VP
ID maoogjnlkjgijnaehchgjipelgglccfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa
الوصف Replace references to Tim Kaine with Kanye West
حجم الملف 4.84 MB
عدد التثبيتات 32
النسخة الحالية 1.0
آخر تحديث 2016-07-23
تاريخ النشر 2016-07-23
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.mollywhite.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://mollywhite.net/#projects
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye for VP",
    "description": "Replace references to Tim Kaine with Kanye West",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}