planternative

This extension replaces meaty words with the truth

¿Qué es planternative?

planternative es una extensión de Chrome desarrollada por https://planternative.com, y su función principal es "This extension replaces meaty words with the truth".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión planternative

Descarga archivos de extensión planternative en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
URL Oficial https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
Descripción This extension replaces meaty words with the truth
Tamaño del Archivo 332 KB
Cantidad de Instalaciones 39
Versión Actual 1.0.13
Última Actualización 2017-11-09
Fecha de Publicación 2017-11-09
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://planternative.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://planternative.com/
Idiomas Soportados 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
    }
}