planternative

This extension replaces meaty words with the truth

Τι είναι το planternative;

Το planternative είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://planternative.com, και η κύρια λειτουργία του είναι "This extension replaces meaty words with the truth".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης planternative

Λήψη αρχείων επέκτασης planternative σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
Επίσημο URL https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
Περιγραφή This extension replaces meaty words with the truth
Μέγεθος Αρχείου 332 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.0.13
Τελευταία Ενημέρωση 2017-11-09
Ημερομηνία Δημοσίευσης 2017-11-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://planternative.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://planternative.com/
Υποστηριζόμενες Γλώσσες 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
    }
}