Natural News

Natural News

Co je Natural News?

Natural News je rozšíření Chrome vyvinuté http://www.naturalnews.com, a jeho hlavní funkcí je „Natural News“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Natural News

Stáhněte si soubory rozšíření Natural News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
Oficiální URL https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
Popis Natural News
Velikost souboru 68.13 KB
Počet instalací 4,000
Aktuální Verze 1.21
Poslední Aktualizace 2015-09-11
Datum Vydání 2015-09-09
Hodnocení 1.78/5 Celkem 58 Hodnocení
Vývojář http://www.naturalnews.com
Typ Platby free
Webové stránky Rozšíření http://www.naturalnews.com
URL Stránky Nápovědy http://www.naturalnews.com/Contact-Us.html
Podporované Jazyky 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"
        ]
    }
}