TXT RPLCR
Replaces one or more words on websites just for fun.
Cos'è TXT RPLCR?
TXT RPLCR è un'estensione di Chrome sviluppata da raum für medien, e la sua funzione principale è "Replaces one or more words on websites just for fun.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TXT RPLCR
Scarica i file di estensione TXT RPLCR 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
Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)
Informazioni di Base sull'Estensione
Nome | TXT RPLCR |
ID | ljmcpfadmahmlkjcckmbkgihblabfhhi |
URL Ufficiale | https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi |
Descrizione | Replaces one or more words on websites just for fun. |
Dimensione del File | 45.91 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-07-25 |
Data di Pubblicazione | 2016-07-25 |
Sviluppatore | raum für medien |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TXT RPLCR", "description": "Replaces one or more words on websites just for fun.", "version": "1.1", "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "128x128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |