TTUN Replace
Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Cos'è TTUN Replace?
TTUN Replace è un'estensione di Chrome sviluppata da jstewart1759, e la sua funzione principale è "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TTUN Replace
Scarica i file di estensione TTUN Replace 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
Tired of seeing the na*e of the state that is north of Ohio? The internet has long been a scary place for Ohio State fans - it is now safe again.
Informazioni di Base sull'Estensione
Nome | |
ID | gnnfldaomdlekpnfgfcddepehbnkmnpf |
URL Ufficiale | https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf |
Descrizione | Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again. |
Dimensione del File | 3.56 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-26 |
Data di Pubblicazione | 2016-11-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jstewart1759 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TTUN Replace", "description": "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |