GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Wat is GOP?
GOP is een Chrome-extensie ontwikkeld door Victor Williams, en de belangrijkste functie is "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Extensie Screenshots
Download het CRX-bestand van de extensie GOP
Download GOP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Don't you want a little fun in your life?
Basisinformatie over de Extensie
Naam | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
Officiële URL | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
Beschrijving | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
Bestandsgrootte | 98.74 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2016-02-28 |
Publicatiedatum | 2016-02-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Victor Williams |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://devpost.com/software/gop-candidates-imageswap |
Ondersteunde Talen | 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 } |