Natural News

Natural News

Τι είναι το Natural News;

Το Natural News είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.naturalnews.com, και η κύρια λειτουργία του είναι "Natural News".

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

screenshot

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

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

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

                        The key mission of Natural News is to empower consumers with factual information about the synthetic chemicals, heavy metals, hormone disruptors and other chemicals found in foods, medicines, personal care products, children's toys and other items.

Natural News covers holistic health, nutritional therapies, consciousness and spirituality, permaculture , organics, animal rights, environmental health, food and superfoods , and performance nutrition.                    

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

Όνομα Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
Επίσημο URL https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
Περιγραφή Natural News
Μέγεθος Αρχείου 68.13 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.21
Τελευταία Ενημέρωση 2015-09-11
Ημερομηνία Δημοσίευσης 2015-09-09
Αξιολόγηση 1.78/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής http://www.naturalnews.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.naturalnews.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.naturalnews.com/Contact-Us.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Natural News",
    "description": "Natural News",
    "version": "1.21",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "images\/logo_128.png",
        "48": "images\/logo_48.png",
        "38": "images\/logo_38.png",
        "19": "images\/logo_19.png",
        "16": "images\/logo_16.png"
    },
    "browser_action": {
        "default_title": "Click here to see the latest news from NaturalNews.com",
        "default_popup": "popup.html",
        "default_icon": "images\/logo_38.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.8.2.min.js",
                "js\/inject.js"
            ]
        }
    ],
    "manifest_version": 2,
    "short_name": "Natural News",
    "background": {
        "scripts": [
            "js\/jquery-1.8.2.min.js",
            "js\/background.js"
        ]
    }
}