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
Eメール [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"
        }
    ]
}