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