Obamarmy

An extension that places Obama stickers when you click on newpage

What is Obamarmy?

Obamarmy is a Chrome extension developed by Thaovy Van, and its main feature is "An extension that places Obama stickers when you click on newpage".

Extension Screenshots

screenshot

Download Obamarmy Extension CRX File

Download Obamarmy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Obamarmy Obamarmy
ID kjphlkhlnibhdiehhobniokffmlgbnbk
Official URL https://chromewebstore.google.com/detail/obamarmy/kjphlkhlnibhdiehhobniokffmlgbnbk
Description An extension that places Obama stickers when you click on newpage
File Size 1.09 MB
Installation Count 71
Current Version 1.0
Last Updated 2017-01-16
Publish Date 2017-01-16
Rating 5.00/5 Total 2 Ratings
Developer Thaovy Van
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}