Natural News

Natural News

Was ist Natural News?

Natural News ist eine Chrome-Erweiterung, die von http://www.naturalnews.com entwickelt wurde, und ihr Hauptmerkmal ist "Natural News".

Erweiterungsscreenshots

screenshot

Natural News-Erweiterungs-CRX-Datei herunterladen

Laden Sie Natural News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
Offizielle URL https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
Beschreibung Natural News
Dateigröße 68.13 KB
Installationsanzahl 4,000
Aktuelle Version 1.21
Letztes Update 2015-09-11
Veröffentlichungsdatum 2015-09-09
Bewertung 1.78/5 Insgesamt 58 Bewertungen
Entwickler http://www.naturalnews.com
Zahlungsart free
Erweiterungswebsite http://www.naturalnews.com
Hilfeseite URL http://www.naturalnews.com/Contact-Us.html
Unterstützte Sprachen 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"
        ]
    }
}