Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
Qu'est-ce que Drumpfinator+ ?
Drumpfinator+ est une extension Chrome développée par mark.monteiro.dev, et sa fonction principale est "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Drumpfinator+
Téléchargez les fichiers d'extension Drumpfinator+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
URL Officiel | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
Description | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
Taille du Fichier | 31.07 KB |
Nombre d'Installations | 218 |
Version Actuelle | 1.1.8 |
Dernière Mise à Jour | 2018-03-11 |
Date de Publication | 2018-03-11 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | mark.monteiro.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mark-monteiro/drumpfinator |
Langues Prises en Charge | 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" ] } ] } |