GOP

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

What is GOP?

GOP is a Chrome extension developed by Victor Williams, and its main feature is "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".

Extension Screenshots

screenshot
screenshot

Download GOP Extension CRX File

Download GOP 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

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

Extension Basic Information

Name GOP GOP
ID acohniebinedjkldedockekcmjhkjgne
Official URL https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne
Description A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
File Size 98.74 KB
Installation Count 11
Current Version 1.3.2
Last Updated 2016-02-28
Publish Date 2016-02-28
Rating 5.00/5 Total 2 Ratings
Developer Victor Williams
Email [email protected]
Payment Type free
Extension Website http://devpost.com/software/gop-candidates-imageswap
Supported Languages 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
}