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
电子邮箱 [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"
    }
}