Obamarmy

An extension that places Obama stickers when you click on newpage

Qu'est-ce que Obamarmy ?

Obamarmy est une extension Chrome développée par Thaovy Van, et sa fonction principale est "An extension that places Obama stickers when you click on newpage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Obamarmy

Téléchargez les fichiers d'extension Obamarmy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Obamarmy Obamarmy
ID kjphlkhlnibhdiehhobniokffmlgbnbk
URL Officiel https://chromewebstore.google.com/detail/obamarmy/kjphlkhlnibhdiehhobniokffmlgbnbk
Description An extension that places Obama stickers when you click on newpage
Taille du Fichier 1.09 MB
Nombre d'Installations 71
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-16
Date de Publication 2017-01-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Thaovy Van
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}