Raito to Light

Replaces the word Raito with Light on all websites

Wat is Raito to Light?

Raito to Light is een Chrome-extensie ontwikkeld door Matt Rivers, en de belangrijkste functie is "Replaces the word Raito with Light on all websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Raito to Light

Download Raito to Light-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Officiële URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Beschrijving Replaces the word Raito with Light on all websites
Bestandsgrootte 4.72 KB
Aantal Installaties 75
Huidige Versie 1.0
Laatst Bijgewerkt 2016-04-06
Publicatiedatum 2016-04-05
Beoordeling 4.67/5 Totaal 9 Beoordelingen
Ontwikkelaar Matt Rivers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}