Raito to Light

Replaces the word Raito with Light on all websites

Co to jest Raito to Light?

Raito to Light to rozszerzenie Chrome opracowane przez Matt Rivers, a jego główną funkcją jest „Replaces the word Raito with Light on all websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Raito to Light

Pobierz pliki rozszerzeń Raito to Light w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Oficjalny URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Opis Replaces the word Raito with Light on all websites
Rozmiar pliku 4.72 KB
Liczba instalacji 75
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-04-06
Data Publikacji 2016-04-05
Ocena 4.67/5 Łącznie 9 Oceny
Deweloper Matt Rivers
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}