GOP

A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election

ما هو GOP؟

GOP هو إضافة Chrome تم تطويرها بواسطة Victor Williams، والميزة الرئيسية لها هي "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GOP

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

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

                        Don't you want a little fun in your life?                    

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

الاسم GOP GOP
ID acohniebinedjkldedockekcmjhkjgne
عنوان URL الرسمي https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne
الوصف A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
حجم الملف 98.74 KB
عدد التثبيتات 11
النسخة الحالية 1.3.2
آخر تحديث 2016-02-28
تاريخ النشر 2016-02-28
تقييم 5.00/5 مجموع تقييمات 2
المطور Victor Williams
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://devpost.com/software/gop-candidates-imageswap
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GOP",
    "version": "1.3.2",
    "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap",
    "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election",
    "icons": {
        "128": "img\/GOP_128.png",
        "48": "img\/GOP_48.png",
        "32": "img\/GOP_32.png",
        "16": "img\/GOP_16.png"
    },
    "browser_action": {
        "default_icon": "GOP.png",
        "default_title": "GOP Candidates"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "GOP.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}