Raito to Light

Replaces the word Raito with Light on all websites

What is Raito to Light?

Raito to Light is a Chrome extension developed by Matt Rivers, and its main feature is "Replaces the word Raito with Light on all websites".

Extension Screenshots

screenshot

Download Raito to Light Extension CRX File

Download Raito to Light extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Official URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Description Replaces the word Raito with Light on all websites
File Size 4.72 KB
Installation Count 75
Current Version 1.0
Last Updated 2016-04-06
Publish Date 2016-04-05
Rating 4.67/5 Total 9 Ratings
Developer Matt Rivers
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}