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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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" } ] } |