GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Qu'est-ce que GOP ?
GOP est une extension Chrome développée par Victor Williams, et sa fonction principale est "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GOP
Téléchargez les fichiers d'extension GOP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Don't you want a little fun in your life?
Informations de Base sur l'Extension
Nom | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
URL Officiel | 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 |
Taille du Fichier | 98.74 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2016-02-28 |
Date de Publication | 2016-02-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Victor Williams |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://devpost.com/software/gop-candidates-imageswap |
Langues Prises en Charge | 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 } |