Disable HTML5 Autoplay

Disables autoplay of all HTML5 audio and video

Disable HTML5 Autoplayคืออะไร?

Disable HTML5 Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eloston และคุณลักษณะหลักของมันคือ "Disables autoplay of all HTML5 audio and video"

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

screenshot

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

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

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

                        THIS EXTENSION IS CURRENTLY UNMAINTAINED; Please see GitHub for the latest news: https://github.com/Eloston/disable-html5-autoplay/blob/master/README.md

======================

Disable HTML5 Autoplay disables HTML5 audio and video autoplaying.

In addition to removing the HTML autoplay attribute from media elements, Disable HTML5 Autoplay also hooks into the media's JavaScript API. This allows for restrictions on media control and simulation of expected behavior to ensure that all pages behave normally.

Head over to the wiki for documentation, support info, and more: https://github.com/Eloston/disable-html5-autoplay/wiki

LINKS:
GitHub Page:  https://github.com/Eloston/disable-html5-autoplay
Changelog: https://github.com/Eloston/disable-html5-autoplay/releases
Issue Tracker: https://github.com/Eloston/disable-html5-autoplay/issues                    

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

ชื่อ Disable HTML5 Autoplay Disable HTML5 Autoplay
ID efdhoaajjjgckpbkoglidkeendpkolai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-html5-autoplay/efdhoaajjjgckpbkoglidkeendpkolai
คำอธิบาย Disables autoplay of all HTML5 audio and video
ขนาดไฟล์ 26.52 KB
จำนวนการติดตั้ง 206,216
เวอร์ชันปัจจุบัน 0.6.2
อัปเดตครั้งล่าสุด 2017-09-26
วันที่เผยแพร่ 2017-09-26
คะแนน 3.42/5 รวมทั้งหมด 1037 คะแนน
ผู้พัฒนา Eloston
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
URL หน้าช่วยเหลือ https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable HTML5 Autoplay",
    "short_name": "DisableAutoplay",
    "description": "Disables autoplay of all HTML5 audio and video",
    "version": "0.6.2",
    "author": "Eloston",
    "homepage_url": "https:\/\/github.com\/Eloston\/disable-html5-autoplay\/",
    "minimum_chrome_version": "44.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/dormant_19.png",
            "38": "images\/dormant_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "",
        "storage",
        "unlimitedStorage"
    ]
}