Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
Wat is Drumpfinator+?
Drumpfinator+ is een Chrome-extensie ontwikkeld door mark.monteiro.dev, en de belangrijkste functie is "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".
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
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
Basisinformatie over de Extensie
Naam | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
Officiële URL | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
Beschrijving | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
Bestandsgrootte | 31.07 KB |
Aantal Installaties | 218 |
Huidige Versie | 1.1.8 |
Laatst Bijgewerkt | 2018-03-11 |
Publicatiedatum | 2018-03-11 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | mark.monteiro.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mark-monteiro/drumpfinator |
Ondersteunde Talen | 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" ] } ] } |