DailyFailBlock

redirect any request to a Daily Fail URL

DailyFailBlockคืออะไร?

DailyFailBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Sargant และคุณลักษณะหลักของมันคือ "redirect any request to a Daily Fail URL"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DailyFailBlock

ดาวน์โหลดไฟล์ส่วนขยาย DailyFailBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        In the UK the Mail Online has become the UK's most popular news brand across PC, mobile and tablet. However, it is likely that this is fuelled by the Mail's renowned ability to generate outrage with it's news articles across social media such as Facebook and Twitter. What if you want to investigate the story that your friends and followers have linked to, but have no wish to add to the Mail's visitor analytics?

Simply install this plugin and any time you try to load a page from the Daily Mail or the Daily Express, you will be redirected to a search page for that news item that excludes the Mail and the Express from it's results.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DailyFailBlock DailyFailBlock
ID nmddoemckjdljpccblgklmmdjahcompf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dailyfailblock/nmddoemckjdljpccblgklmmdjahcompf
คำอธิบาย redirect any request to a Daily Fail URL
ขนาดไฟล์ 29.71 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-11-15
วันที่เผยแพร่ 2013-11-15
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Adam Sargant
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DailyFailBlock",
    "version": "1.0",
    "description": "redirect any request to a Daily Fail URL",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.dailymail.co.uk\/*",
        "*:\/\/*.express.co.uk\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "parseUri.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}