planternative

This extension replaces meaty words with the truth

O que é planternative?

planternative é uma extensão do Chrome desenvolvida por https://planternative.com, e sua principal característica é "This extension replaces meaty words with the truth".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão planternative

Baixe arquivos de extensão planternative 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

                        Language is a powerful tool. It makes up the tracks for our train of thoughts without whom we would be stuck. The bulk of these tracks was layed centuries ago and therefor may lead to places not worth visiting in our modern age. It takes a long time to lay new tracks and retire old ones, here is where we come in.                    

Informações Básicas da Extensão

Nome planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
URL Oficial https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
Descrição This extension replaces meaty words with the truth
Tamanho do Arquivo 332 KB
Contagem de Instalações 39
Versão Atual 1.0.13
Última Atualização 2017-11-09
Data de Publicação 2017-11-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://planternative.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://planternative.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "planternative",
    "description": "This extension replaces meaty words with the truth",
    "version": "1.0.13",
    "author": "planternative",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "planternative",
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "xregexp-all.js",
                "replacements.js",
                "whiteList.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}