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
官方網址 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
}