Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Qu'est-ce que Drumpfinator++ ?
Drumpfinator++ est une extension Chrome développée par McRain, et sa fonction principale est "Add this app to your Chrome browser to make reading new articles great again.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Drumpfinator++
Téléchargez les fichiers d'extension Drumpfinator++ 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
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Informations de Base sur l'Extension
Nom | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
URL Officiel | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Description | Add this app to your Chrome browser to make reading new articles great again. |
Taille du Fichier | 150 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-03-13 |
Date de Publication | 2016-03-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | McRain |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |