Mail Sanitiser
Removes everything except the article text from Daily Mail pages
Mail Sanitiser란 무엇입니까?
Mail Sanitiser은(는) Paul Battley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes everything except the article text from Daily Mail pages"입니다.
확장 프로그램 스크린샷
Mail Sanitiser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NOTE: This extension was previously called Mail Cleaner, but has been renamed to avoid trademark infringement. This is a Chrome extension inspired by Andy Beaumont’s Daily Mail Cleaner Safari extension (http://blog.andybeaumont.com/post/29470498530): "You know that feeling you get when you accidentally click on a link to an article on the Daily Mail website? You know that red mist that descends when you see that sidebar full of pictures ridiculing celebrities for having cellulite or being overweight? You know how your blood pressure goes through the roof when you accidentally read one of the comments? Well, here’s a safety net for your browser." If you accidentally visit a Daily Mail page, this extension will replace it with a filtered version, removing the Sidebar of Shame, the comments, and various other junk. The source code can be found at https://github.com/threedaymonk/mailsanitiser
확장 프로그램 기본 정보
이름 | Mail Sanitiser |
ID | ncghnblnficlppbkjdnfljpackcjhfma |
공식 URL | https://chromewebstore.google.com/detail/mail-sanitiser/ncghnblnficlppbkjdnfljpackcjhfma |
설명 | Removes everything except the article text from Daily Mail pages |
파일 크기 | 15.51 KB |
설치 횟수 | 29 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2012-09-11 |
출시 날짜 | 2012-09-11 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | Paul Battley |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.dailymail.co.uk\/*" ], "css": [ "sanitise.css" ], "js": [ "sanitise.js" ] } ], "description": "Removes everything except the article text from Daily Mail pages", "icons": { "128": "icon128.png", "48": "icon48.png" }, "name": "Mail Sanitiser", "version": "1.1.0" } |