Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
Vad är Drumpfinator+?
Drumpfinator+ är en Chrome-tillägg utvecklad av mark.monteiro.dev, och dess huvudfunktion är "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".
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
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name. Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey Source code can be found here: https://github.com/mark-monteiro/drumpfinator
Grundläggande Information om Tillägg
Namn | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
Officiell webbadress | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
Beskrivning | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
Filstorlek | 31.07 KB |
Antal Installationer | 218 |
Aktuell Version | 1.1.8 |
Senast Uppdaterad | 2018-03-11 |
Publiceringsdatum | 2018-03-11 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | mark.monteiro.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mark-monteiro/drumpfinator |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drumpfinator+", "version": "1.1.8", "manifest_version": 2, "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!", "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |