TrumpBlock
Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
Qu'est-ce que TrumpBlock ?
TrumpBlock est une extension Chrome développée par Mahesh, et sa fonction principale est "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TrumpBlock
Téléchargez les fichiers d'extension TrumpBlock 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
Use this extension if you hate seeing the name Donald Trump on your browser or if you just want to have some fun. It replaces Donald Trump by Mr. Bully and Melania Trump by Plagiarism Icon. Not intended to hurt anyone but to beat some stress. Any issues? Please contact: [email protected]
Informations de Base sur l'Extension
Nom | TrumpBlock |
ID | ncomjcmhkflhahofhpnlldmpobaiihhf |
URL Officiel | https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf |
Description | Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon. |
Taille du Fichier | 9.47 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2016-11-11 |
Date de Publication | 2016-11-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mahesh |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TrumpBlock", "description": "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.", "version": "0.4", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Block Trump!!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js", "contents.js" ], "run_at": "document_end" } ] } |