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'est-ce que Fairfax Video Blocker ?
Fairfax Video Blocker est une extension Chrome développée par http://dean.mx, et sa fonction principale est "This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fairfax Video Blocker
Téléchargez les fichiers d'extension Fairfax Video Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** 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
Informations de Base sur l'Extension
Nom | |
ID | akdhnalfijbhlifpobhanbopfbdlbjfd |
URL Officiel | https://chrome.google.com/webstore/detail/fairfax-video-blocker/akdhnalfijbhlifpobhanbopfbdlbjfd |
Description | This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today. |
Taille du Fichier | 22.71 KB |
Nombre d'Installations | 790 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2014-11-21 |
Date de Publication | 2014-11-21 |
Évaluation | 3.36/5 Total 45 Évaluations |
Développeur | http://dean.mx |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |