Raito to Light

Replaces the word Raito with Light on all websites

Cos'è Raito to Light?

Raito to Light è un'estensione di Chrome sviluppata da Matt Rivers, e la sua funzione principale è "Replaces the word Raito with Light on all websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Raito to Light

Scarica i file di estensione Raito to Light 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
URL Ufficiale https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Descrizione Replaces the word Raito with Light on all websites
Dimensione del File 4.72 KB
Conteggio Installazioni 75
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-06
Data di Pubblicazione 2016-04-05
Valutazione 4.67/5 Totale 9 Valutazioni
Sviluppatore Matt Rivers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}