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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Fairfax Video Blocker Fairfax Video Blocker
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"
        }
    ]
}