No News (is Good News!)

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

Cos'è No News (is Good News!)?

No News (is Good News!) è un'estensione di Chrome sviluppata da https://www.nonews.info, e la sua funzione principale è "Warns you of news pages that may ruin your day ;)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No News (is Good News!)

Scarica i file di estensione No News (is Good News!) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome No News (is Good News!) No News (is Good News!)
ID fnikidjfogfllkinoahanihoddalbhil
URL Ufficiale https://chromewebstore.google.com/detail/no-news-is-good-news/fnikidjfogfllkinoahanihoddalbhil
Descrizione Warns you of news pages that may ruin your day ;)
Dimensione del File 77.85 KB
Conteggio Installazioni 52
Versione Corrente 0.4
Ultimo Aggiornamento 2013-01-25
Data di Pubblicazione 2013-01-25
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore https://www.nonews.info
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nonews.info
Lingue Supportate 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"
        ]
    }
}