Raito to Light

Replaces the word Raito with Light on all websites

O que é Raito to Light?

Raito to Light é uma extensão do Chrome desenvolvida por Matt Rivers, e sua principal característica é "Replaces the word Raito with Light on all websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Raito to Light

Baixe arquivos de extensão Raito to Light no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
URL Oficial https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Descrição Replaces the word Raito with Light on all websites
Tamanho do Arquivo 4.72 KB
Contagem de Instalações 75
Versão Atual 1.0
Última Atualização 2016-04-06
Data de Publicação 2016-04-05
Classificação 4.67/5 Total de 9 Avaliações
Desenvolvedor Matt Rivers
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}