No News (is Good News!)

Warns you of news pages that may ruin your day ;)

O que é No News (is Good News!)?

No News (is Good News!) é uma extensão do Chrome desenvolvida por https://www.nonews.info, e sua principal característica é "Warns you of news pages that may ruin your day ;)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No News (is Good News!)

Baixe arquivos de extensão No News (is Good 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

                        By installing this extension, your browser will defend your happiness!

How will it do that?

NoNews blocks news media web pages, plain and simple. If you attempt to visit a site in our blacklist, you will be greeted with a friendly page letting you know your request was denied. That page will also give you some options on how to proceed, and how to view the page in question should you decide to ignore the friendly advice of this magnificent extension.                    

Informações Básicas da Extensão

Nome No News (is Good News!) No News (is Good News!)
ID fnikidjfogfllkinoahanihoddalbhil
URL Oficial https://chromewebstore.google.com/detail/no-news-is-good-news/fnikidjfogfllkinoahanihoddalbhil
Descrição Warns you of news pages that may ruin your day ;)
Tamanho do Arquivo 77.85 KB
Contagem de Instalações 52
Versão Atual 0.4
Última Atualização 2013-01-25
Data de Publicação 2013-01-25
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor https://www.nonews.info
Tipo de Pagamento free
Site da Extensão http://www.nonews.info
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No News (is Good News!)",
    "manifest_version": 2,
    "version": "0.4",
    "homepage_url": "http:\/\/www.nonews.info",
    "description": "Warns you of news pages that may ruin your day ;)",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "No News (is Good News!)",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/nonews.js"
        ]
    }
}