Yet another autoplay blocker

Pause videos until you click on them.

Yet another autoplay blockerคืออะไร?

Yet another autoplay blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omegacentaurisoftware และคุณลักษณะหลักของมันคือ "Pause videos until you click on them."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet another autoplay blocker

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

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

                        Block autoplay in videos. No options.                    

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

ชื่อ Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
คำอธิบาย Pause videos until you click on them.
ขนาดไฟล์ 6.79 KB
จำนวนการติดตั้ง 1,053
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2018-10-01
วันที่เผยแพร่ 2018-09-30
คะแนน 3.84/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา omegacentaurisoftware
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/arpruss/blockautoplay
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}