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!) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nonews.info และคุณลักษณะหลักของมันคือ "Warns you of news pages that may ruin your day ;)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No News (is Good News!)

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}