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.

¿Qué es Fairfax Video Blocker?

Fairfax Video Blocker es una extensión de Chrome desarrollada por http://dean.mx, y su función principal es "This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Fairfax Video Blocker

Descarga archivos de extensión Fairfax Video Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ** 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                    

Información Básica de la Extensión

Nombre Fairfax Video Blocker Fairfax Video Blocker
ID akdhnalfijbhlifpobhanbopfbdlbjfd
URL Oficial https://chrome.google.com/webstore/detail/fairfax-video-blocker/akdhnalfijbhlifpobhanbopfbdlbjfd
Descripción This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today.
Tamaño del Archivo 22.71 KB
Cantidad de Instalaciones 790
Versión Actual 1.3
Última Actualización 2014-11-21
Fecha de Publicación 2014-11-21
Calificación 3.36/5 Total de 45 Calificaciones
Desarrollador http://dean.mx
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}