others to otters

Replaces all instances of 'other' with 'otter'.

O que é others to otters?

others to otters é uma extensão do Chrome desenvolvida por RRM, e sua principal característica é "Replaces all instances of 'other' with 'otter'.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão others to otters

Baixe arquivos de extensão others to otters 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

                        This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.                    

Informações Básicas da Extensão

Nome others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
URL Oficial https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Descrição Replaces all instances of 'other' with 'otter'.
Tamanho do Arquivo 21.25 KB
Contagem de Instalações 17
Versão Atual 1.1
Última Atualização 2017-09-12
Data de Publicação 2017-09-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor RRM
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "others to otters",
    "short_name": "otters",
    "description": "Replaces all instances of 'other' with 'otter'.",
    "author": "RRM",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}