Raito to Light

Replaces the word Raito with Light on all websites

Raito to Lightคืออะไร?

Raito to Light เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Rivers และคุณลักษณะหลักของมันคือ "Replaces the word Raito with Light on all websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raito to Light

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}