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文件
下载Fairfax Video Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
** 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" } ] } |