GOP

A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election

什么是GOP?

GOP是由Victor Williams开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election”。

扩展截图

screenshot
screenshot

下载GOP扩展crx文件

下载GOP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Don't you want a little fun in your life?                    

扩展基本信息

名称 GOP GOP
ID acohniebinedjkldedockekcmjhkjgne
官方URL https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne
简介 A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
文件大小 98.74 KB
安装次数 11
当前版本 1.3.2
更新时间 2016-02-28
上架时间 2016-02-28
评分 5.00/5 共2次评分
开发者 Victor Williams
电子邮箱 [email protected]
付费类型 free
扩展官网 http://devpost.com/software/gop-candidates-imageswap
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GOP",
    "version": "1.3.2",
    "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap",
    "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election",
    "icons": {
        "128": "img\/GOP_128.png",
        "48": "img\/GOP_48.png",
        "32": "img\/GOP_32.png",
        "16": "img\/GOP_16.png"
    },
    "browser_action": {
        "default_icon": "GOP.png",
        "default_title": "GOP Candidates"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "GOP.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}