Noplay

Video autoplay blocked for good

Noplayคืออะไร?

Noplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dcamilleri และคุณลักษณะหลักของมันคือ "Video autoplay blocked for good"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noplay

ดาวน์โหลดไฟล์ส่วนขยาย Noplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of videos playing automatically on your favorite websites ? 
Noplay is made for you. Just install this extension and say goodbye to auto playing HTML5 videos! 

NB about Facebook & Twitter:
As of today, this extension won't work for these particular websites. The reason is simple: it is already possible to disable video autoload in the settings.

Found a bug, want to ask a question ? Open an issue on the Github page
https://github.com/dcamilleri/noplay                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
คำอธิบาย Video autoplay blocked for good
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 295
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-04-16
วันที่เผยแพร่ 2017-04-16
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา dcamilleri
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dcamilleri/noplay
URL หน้าช่วยเหลือ https://github.com/dcamilleri/noplay
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "minimum_chrome_version": "22.0",
    "name": "Noplay",
    "short_name": "Noplay",
    "description": "Video autoplay blocked for good",
    "author": "Dorian Camilleri",
    "homepage_url": "https:\/\/github.com\/dcamilleri\/noplay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "noplay.js"
            ]
        }
    ]
}