Natural News

Natural News

O que é Natural News?

Natural News é uma extensão do Chrome desenvolvida por http://www.naturalnews.com, e sua principal característica é "Natural News".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Natural News

Baixe arquivos de extensão Natural News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
URL Oficial https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
Descrição Natural News
Tamanho do Arquivo 68.13 KB
Contagem de Instalações 4,000
Versão Atual 1.21
Última Atualização 2015-09-11
Data de Publicação 2015-09-09
Classificação 1.78/5 Total de 58 Avaliações
Desenvolvedor http://www.naturalnews.com
Tipo de Pagamento free
Site da Extensão http://www.naturalnews.com
URL da Página de Ajuda http://www.naturalnews.com/Contact-Us.html
Idiomas Suportados 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"
        ]
    }
}