Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Vad är Drumpfinator++?
Drumpfinator++ är en Chrome-tillägg utvecklad av McRain, och dess huvudfunktion är "Add this app to your Chrome browser to make reading new articles great again.".
Tilläggsskärmbilder
Ladda ner Drumpfinator++-förlängningens CRX-fil
Ladda ner Drumpfinator++-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
Officiell webbadress | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Beskrivning | Add this app to your Chrome browser to make reading new articles great again. |
Filstorlek | 150 KB |
Antal Installationer | 73 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-03-13 |
Publiceringsdatum | 2016-03-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | McRain |
Betalningssätt | free |
Stödda Språk | 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" } } |