Raito to Light

Replaces the word Raito with Light on all websites

什么是Raito to Light?

Raito to Light是由Matt Rivers开发的Chrome扩展程序,该扩展的主要功能是“Replaces the word Raito with Light on all websites”。

扩展截图

screenshot

下载Raito to Light扩展crx文件

下载Raito to Light扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
官方URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
简介 Replaces the word Raito with Light on all websites
文件大小 4.72 KB
安装次数 75
当前版本 1.0
更新时间 2016-04-06
上架时间 2016-04-05
评分 4.67/5 共9次评分
开发者 Matt Rivers
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}