Natural News

Natural News

Qu'est-ce que Natural News ?

Natural News est une extension Chrome développée par http://www.naturalnews.com, et sa fonction principale est "Natural News".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Natural News

Téléchargez les fichiers d'extension Natural News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
URL Officiel https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
Description Natural News
Taille du Fichier 68.13 KB
Nombre d'Installations 4,000
Version Actuelle 1.21
Dernière Mise à Jour 2015-09-11
Date de Publication 2015-09-09
Évaluation 1.78/5 Total 58 Évaluations
Développeur http://www.naturalnews.com
Type de Paiement free
Site Web de l'Extension http://www.naturalnews.com
URL de la Page d'Aide http://www.naturalnews.com/Contact-Us.html
Langues Prises en Charge 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"
        ]
    }
}