Raito to Light

Replaces the word Raito with Light on all websites

Vad är Raito to Light?

Raito to Light är en Chrome-tillägg utvecklad av Matt Rivers, och dess huvudfunktion är "Replaces the word Raito with Light on all websites".

Tilläggsskärmbilder

screenshot

Ladda ner Raito to Light-förlängningens CRX-fil

Ladda ner Raito to Light-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Officiell webbadress https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Beskrivning Replaces the word Raito with Light on all websites
Filstorlek 4.72 KB
Antal Installationer 75
Aktuell Version 1.0
Senast Uppdaterad 2016-04-06
Publiceringsdatum 2016-04-05
Betyg 4.67/5 Totalt 9 Betyg
Utvecklare Matt Rivers
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}