Raito to Light

Replaces the word Raito with Light on all websites

Raito to Light là gì?

Raito to Light là một tiện ích mở rộng Chrome được phát triển bởi Matt Rivers, và tính năng chính của nó là "Replaces the word Raito with Light on all websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Raito to Light

Tải xuống các tệp mở rộng Raito to Light dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
URL Chính Thức https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Mô tả Replaces the word Raito with Light on all websites
Kích Thước Tệp 4.72 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-06
Ngày Phát Hành 2016-04-05
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Matt Rivers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}