GOP

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

GOP क्या है?

GOP Victor Williams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GOP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}