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.
¿Qué es TTUN Replace?
TTUN Replace es una extensión de Chrome desarrollada por jstewart1759, y su función principal es "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TTUN Replace
Descarga archivos de extensión TTUN Replace en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gnnfldaomdlekpnfgfcddepehbnkmnpf |
URL Oficial | https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf |
Descripción | Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again. |
Tamaño del Archivo | 3.56 KB |
Cantidad de Instalaciones | 120 |
Versión Actual | 1.0 |
Última Actualización | 2016-11-26 |
Fecha de Publicación | 2016-11-26 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | jstewart1759 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |