Raito to Light

Replaces the word Raito with Light on all websites

Apa itu Raito to Light?

Raito to Light adalah ekstensi Chrome yang dikembangkan oleh Matt Rivers, dan fitur utamanya adalah "Replaces the word Raito with Light on all websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Raito to Light

Unduh file ekstensi Raito to Light dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
URL Resmi https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Deskripsi Replaces the word Raito with Light on all websites
Ukuran File 4.72 KB
Jumlah Instalasi 75
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-06
Tanggal Publikasi 2016-04-05
Penilaian 4.67/5 Total 9 Penilaian
Pengembang Matt Rivers
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}