GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Was ist GOP?
GOP ist eine Chrome-Erweiterung, die von Victor Williams entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Erweiterungsscreenshots
GOP-Erweiterungs-CRX-Datei herunterladen
Laden Sie GOP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Don't you want a little fun in your life? Grundlegende Informationen zur Erweiterung
| Name | |
| ID | acohniebinedjkldedockekcmjhkjgne |
| Offizielle URL | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
| Beschreibung | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
| Dateigröße | 98.74 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.3.2 |
| Letztes Update | 2016-02-28 |
| Veröffentlichungsdatum | 2016-02-28 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Victor Williams |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://devpost.com/software/gop-candidates-imageswap |
| Unterstützte Sprachen | 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
} | |