Obamarmy

An extension that places Obama stickers when you click on newpage

Obamarmyとは何ですか?

ObamarmyはThaovy Vanによって開発されたChromeの拡張機能で、その主な機能は「An extension that places Obama stickers when you click on newpage」です。

拡張機能のスクリーンショット

screenshot

Obamarmy拡張機能のCRXファイルをダウンロード

Obamarmy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Obamarmy Obamarmy
ID kjphlkhlnibhdiehhobniokffmlgbnbk
公式URL https://chromewebstore.google.com/detail/obamarmy/kjphlkhlnibhdiehhobniokffmlgbnbk
説明 An extension that places Obama stickers when you click on newpage
ファイルサイズ 1.09 MB
インストール数 71
現在のバージョン 1.0
最終更新日 2017-01-16
公開日 2017-01-16
評価 5.00/5 合計 2 レビュー
開発者 Thaovy Van
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}