DailyFailBlock
redirect any request to a Daily Fail URL
什麼是DailyFailBlock?
DailyFailBlock是由Adam Sargant開發的Chrome擴展程式,該擴展的主要功能是“redirect any request to a Daily Fail URL”。
擴展截圖
下載DailyFailBlock擴展crx文件
下載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 |
ID | nmddoemckjdljpccblgklmmdjahcompf |
官方網址 | 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 } |