Raito to Light

Replaces the word Raito with Light on all websites

¿Qué es Raito to Light?

Raito to Light es una extensión de Chrome desarrollada por Matt Rivers, y su función principal es "Replaces the word Raito with Light on all websites".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Raito to Light

Descarga archivos de extensión Raito to Light 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

                        Installing this app will replace all instances of the word 'Raito' with 'Light' on all websites. This was created for the people who dislike using the name 'Raito' to refer to Light Yagami (myself included.)


(Death Note is a manga series written by Tsugumi Ohba and illustrated by Takeshi Obata.)


Disclaimer: I have no affiliation with the creators of Death Note, Tsugumi Ohba/Takeshi Obata, Viz Media, or Shueisha. I made this for fun.                    

Información Básica de la Extensión

Nombre Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
URL Oficial https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Descripción Replaces the word Raito with Light on all websites
Tamaño del Archivo 4.72 KB
Cantidad de Instalaciones 75
Versión Actual 1.0
Última Actualización 2016-04-06
Fecha de Publicación 2016-04-05
Calificación 4.67/5 Total de 9 Calificaciones
Desarrollador Matt Rivers
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Raito to Light",
    "version": "1.0",
    "description": "Replaces the word Raito with Light on all websites",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}