GOP

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

Vad är GOP?

GOP är en Chrome-tillägg utvecklad av Victor Williams, och dess huvudfunktion är "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GOP-förlängningens CRX-fil

Ladda ner GOP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GOP GOP
ID acohniebinedjkldedockekcmjhkjgne
Officiell webbadress https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne
Beskrivning A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Filstorlek 98.74 KB
Antal Installationer 11
Aktuell Version 1.3.2
Senast Uppdaterad 2016-02-28
Publiceringsdatum 2016-02-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Victor Williams
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://devpost.com/software/gop-candidates-imageswap
Stödda Språk 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
}