Potato for President 2016

Replace occurences of Presidential Candidate's names with various fruits and vegetables

ما هو Potato for President 2016؟

Potato for President 2016 هو إضافة Chrome تم تطويرها بواسطة Evan Krause، والميزة الرئيسية لها هي "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

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

screenshot

تحميل ملف CRX للإضافة Potato for President 2016

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

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

                        If you've ever thought, "Gee, I wish the current Candidates for the Presidency of the United States of America were named after fruits and/or vegetables", well, this extension is for you. It will automatically replace Candidate Clinton's and Candidate Trump's names with random fruits and vegetables on any page you visit. Unsatisfied with the fruit and/or vegetable given? Just reload to get a new one!                    

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

الاسم Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
عنوان URL الرسمي https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
الوصف Replace occurences of Presidential Candidate's names with various fruits and vegetables
حجم الملف 28.12 KB
عدد التثبيتات 19
النسخة الحالية 1.0
آخر تحديث 2016-09-26
تاريخ النشر 2016-09-26
تقييم 5.00/5 مجموع تقييمات 1
المطور Evan Krause
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato for President 2016",
    "description": "Replace occurences of Presidential Candidate's names with various fruits and vegetables",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fruits.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}