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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}