Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Was ist Drumpfinator++?
Drumpfinator++ ist eine Chrome-Erweiterung, die von McRain entwickelt wurde, und ihr Hauptmerkmal ist "Add this app to your Chrome browser to make reading new articles great again.".
Erweiterungsscreenshots
Drumpfinator++-Erweiterungs-CRX-Datei herunterladen
Laden Sie Drumpfinator++-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
Offizielle URL | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Beschreibung | Add this app to your Chrome browser to make reading new articles great again. |
Dateigröße | 150 KB |
Installationsanzahl | 73 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-03-13 |
Veröffentlichungsdatum | 2016-03-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | McRain |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |