No News (is Good News!)

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

No News (is Good News!)とは何ですか?

No News (is Good News!)はhttps://www.nonews.infoによって開発されたChromeの拡張機能で、その主な機能は「Warns you of news pages that may ruin your day ;)」です。

拡張機能のスクリーンショット

screenshot

No News (is Good News!)拡張機能のCRXファイルをダウンロード

No News (is Good News!)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 No News (is Good News!) No News (is Good News!)
ID fnikidjfogfllkinoahanihoddalbhil
公式URL https://chromewebstore.google.com/detail/no-news-is-good-news/fnikidjfogfllkinoahanihoddalbhil
説明 Warns you of news pages that may ruin your day ;)
ファイルサイズ 77.85 KB
インストール数 52
現在のバージョン 0.4
最終更新日 2013-01-25
公開日 2013-01-25
評価 4.60/5 合計 5 レビュー
開発者 https://www.nonews.info
支払い方法 free
拡張機能のウェブサイト http://www.nonews.info
対応言語 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"
        ]
    }
}