Raito to Light

Replaces the word Raito with Light on all websites

Hvad er Raito to Light?

Raito to Light er en Chrome-udvidelse udviklet af Matt Rivers, og dens hovedfunktion er "Replaces the word Raito with Light on all websites".

Udvidelsesskærmbilleder

screenshot

Download Raito to Light-udvidelses-CRX-fil

Download Raito to Light-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Officiel URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Beskrivelse Replaces the word Raito with Light on all websites
Filstørrelse 4.72 KB
Antal Installationer 75
Nuværende Version 1.0
Senest Opdateret 2016-04-06
Udgivelsesdato 2016-04-05
Bedømmelse 4.67/5 Samlet 9 Bedømmelser
Udvikler Matt Rivers
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}