Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
Cos'è Rename Trump?
Rename Trump è un'estensione di Chrome sviluppata da doogin, e la sua funzione principale è "Does the mere sight of his name bring you frustration? Then change it to something else!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rename Trump
Scarica i file di estensione Rename Trump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
Informazioni di Base sull'Estensione
Nome | |
ID | loiagmbficjodnelncioomijbmflhhia |
URL Ufficiale | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
Descrizione | Does the mere sight of his name bring you frustration? Then change it to something else! |
Dimensione del File | 39.79 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2016-11-12 |
Data di Pubblicazione | 2016-11-12 |
Valutazione | 4.69/5 Totale 16 Valutazioni |
Sviluppatore | doogin |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://trumpinoneword.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Trump", "version": "1.2.4", "manifest_version": 2, "description": "Does the mere sight of his name bring you frustration? Then change it to something else!", "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ], "browser_action": { "default_title": "", "default_icon": { "16": "img\/b_icon16.png", "24": "img\/b_icon24.png", "32": "img\/b_icon32.png" }, "default_popup": "popup.html" } } |