GOP

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

Hvad er GOP?

GOP er en Chrome-udvidelse udviklet af Victor Williams, og dens hovedfunktion er "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GOP-udvidelses-CRX-fil

Download GOP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn GOP GOP
ID acohniebinedjkldedockekcmjhkjgne
Officiel URL https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne
Beskrivelse A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Filstørrelse 98.74 KB
Antal Installationer 11
Nuværende Version 1.3.2
Senest Opdateret 2016-02-28
Udgivelsesdato 2016-02-28
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Victor Williams
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://devpost.com/software/gop-candidates-imageswap
Understøttede Sprog 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
}