Fairfax Video Blocker
This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today.
Fairfax Video Blocker란 무엇입니까?
Fairfax Video Blocker은(는) http://dean.mx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today."입니다.
확장 프로그램 스크린샷
Fairfax Video Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** UPDATED and working 13/06/2014 to fix website changes ** The Fairfax Video Blocker extension blocks the videos that annoyingly auto play with articles on the Fairfax Media websites TheAge, SMH, Brisbane Times and WA Today. Once a news article loads the section of the website that has the video will be blanked out so, especially if you open several tabs with an article in each, you won't have to hear the ads or video and can just read the story. If you wish to view the videos again simply disable the extension, and then re-enable it once you have looked at the video you want. Version 1.3 (13/06/2014) -Updated to fix Fairfax website changes
확장 프로그램 기본 정보
이름 | |
ID | akdhnalfijbhlifpobhanbopfbdlbjfd |
공식 URL | https://chrome.google.com/webstore/detail/fairfax-video-blocker/akdhnalfijbhlifpobhanbopfbdlbjfd |
설명 | This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today. |
파일 크기 | 22.71 KB |
설치 횟수 | 790 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-11-21 |
출시 날짜 | 2014-11-21 |
평점 | 3.36/5 총 45 개의 평점 |
개발자 | http://dean.mx |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fairfax Video Blocker", "version": "1.3", "description": "This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.theage.com.au\/*", "http:\/\/www.smh.com.au\/*", "http:\/\/www.brisbanetimes.com.au\/*", "http:\/\/www.watoday.com.au\/*" ], "js": [ "replacead.js" ], "run_at": "document_idle" } ] } |