DailyFailBlock
redirect any request to a Daily Fail URL
DailyFailBlock란 무엇입니까?
DailyFailBlock은(는) Adam Sargant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "redirect any request to a Daily Fail URL"입니다.
확장 프로그램 스크린샷
DailyFailBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |