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 هو إضافة Chrome تم تطويرها بواسطة http://dean.mx، والميزة الرئيسية لها هي "This extension blocks the videos that annoyingly auto play with articles on the websites The Age, SMH, Brisbane Times and WA Today.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fairfax Video Blocker
قم بتنزيل ملفات الامتداد Fairfax Video Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |