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 |
公式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 } |