Raito to Light

Replaces the word Raito with Light on all websites

Co je Raito to Light?

Raito to Light je rozšíření Chrome vyvinuté Matt Rivers, a jeho hlavní funkcí je „Replaces the word Raito with Light on all websites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Raito to Light

Stáhněte si soubory rozšíření Raito to Light ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Oficiální URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Popis Replaces the word Raito with Light on all websites
Velikost souboru 4.72 KB
Počet instalací 75
Aktuální Verze 1.0
Poslední Aktualizace 2016-04-06
Datum Vydání 2016-04-05
Hodnocení 4.67/5 Celkem 9 Hodnocení
Vývojář Matt Rivers
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}