planternative

This extension replaces meaty words with the truth

Cos'è planternative?

planternative è un'estensione di Chrome sviluppata da https://planternative.com, e la sua funzione principale è "This extension replaces meaty words with the truth".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione planternative

Scarica i file di estensione planternative in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
URL Ufficiale https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
Descrizione This extension replaces meaty words with the truth
Dimensione del File 332 KB
Conteggio Installazioni 39
Versione Corrente 1.0.13
Ultimo Aggiornamento 2017-11-09
Data di Pubblicazione 2017-11-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://planternative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://planternative.com/
Lingue Supportate 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
    }
}