GOP

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

Cos'è GOP?

GOP è un'estensione di Chrome sviluppata da Victor Williams, e la sua funzione principale è "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GOP

Scarica i file di estensione GOP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GOP GOP
ID acohniebinedjkldedockekcmjhkjgne
URL Ufficiale https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne
Descrizione A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Dimensione del File 98.74 KB
Conteggio Installazioni 11
Versione Corrente 1.3.2
Ultimo Aggiornamento 2016-02-28
Data di Pubblicazione 2016-02-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Victor Williams
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://devpost.com/software/gop-candidates-imageswap
Lingue Supportate 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
}