Obamarmy

An extension that places Obama stickers when you click on newpage

Cos'è Obamarmy?

Obamarmy è un'estensione di Chrome sviluppata da Thaovy Van, e la sua funzione principale è "An extension that places Obama stickers when you click on newpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Obamarmy

Scarica i file di estensione Obamarmy 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

                        Wish Obama served a third term? This extension replaces the new tab page with an American flag and places an Obama sticker wherever you click. It's like Obama never left office!

Created by: Thaovy Van

github repo: https://github.com/thaovyvan/Obamarmy

Contact me for any suggestions!                    

Informazioni di Base sull'Estensione

Nome Obamarmy Obamarmy
ID kjphlkhlnibhdiehhobniokffmlgbnbk
URL Ufficiale https://chromewebstore.google.com/detail/obamarmy/kjphlkhlnibhdiehhobniokffmlgbnbk
Descrizione An extension that places Obama stickers when you click on newpage
Dimensione del File 1.09 MB
Conteggio Installazioni 71
Versione Corrente 1.0
Ultimo Aggiornamento 2017-01-16
Data di Pubblicazione 2017-01-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Thaovy Van
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obamarmy",
    "description": "An extension that places Obama stickers when you click on newpage",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "obama.png"
    }
}