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
官方網址 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"
        }
    ]
}