Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Wat is Drumpfinator++?
Drumpfinator++ is een Chrome-extensie ontwikkeld door McRain, en de belangrijkste functie is "Add this app to your Chrome browser to make reading new articles great again.".
Extensie Screenshots
Download het CRX-bestand van de extensie Drumpfinator++
Download Drumpfinator++-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
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.
Basisinformatie over de Extensie
Naam | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
Officiële URL | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Beschrijving | Add this app to your Chrome browser to make reading new articles great again. |
Bestandsgrootte | 150 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-13 |
Publicatiedatum | 2016-03-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | McRain |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |