Disable Autoplay for YouTube™

Disable YouTube HTML5 player from auto-playing.

Disable Autoplay for YouTube™คืออะไร?

Disable Autoplay for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "Disable YouTube HTML5 player from auto-playing."

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

screenshot
screenshot

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

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

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

                        Disable Autoplay for YouTube™ is a lite extension that lets you easily stop/pause YouTube videos from auto-playing.

The toolbar button serves as an ON|OFF switch for this addon (the icon will change color accordingly). The red color shows an active state and the dark grey color shows a disabled state. To work with this addon, please add this addon to your browser and then start browsing YouTube. When the addon is active, videos are stopped automatically from playing when you open one. When videos are stopped, the buffering does not continue. You can change this behavior from the options page and let the videos "pause" instead of "stop". This way, the buffering continues but the video won't play. There is another option on the settings page to play or pause videos when a tab is focused or hidden (unfocused). These two options are not active by default. This addon works for all YouTube videos whether they are embedded or not. However, you can disable this feature from the settings page.

Note 1: when you switch to the miniplayer, the video stops again. So if you want to use the youtube miniplayer feature, please turn off this addon.

Note 2: by default, this addon does not work for youtube shorts and the small video player on the channel page. To enable this feature, please mark option #3 on the settings page.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/disable-autoplay.html).                    

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

ชื่อ Disable Autoplay for YouTube™ Disable Autoplay for YouTube™
ID dinkeiniijmpjehejhedbciaedblhnnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-autoplay-for-yout/dinkeiniijmpjehejhedbciaedblhnnk
คำอธิบาย Disable YouTube HTML5 player from auto-playing.
ขนาดไฟล์ 30.04 KB
จำนวนการติดตั้ง 12,604
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2023-07-23
วันที่เผยแพร่ 2017-07-31
คะแนน 2.91/5 รวมทั้งหมด 116 คะแนน
ผู้พัฒนา Lynn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/disable-autoplay.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/disable-autoplay.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Disable Autoplay for YouTube\u2122",
    "description": "Disable YouTube HTML5 player from auto-playing.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/disable-autoplay.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_title": "Disable Autoplay for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "world": "MAIN",
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/page_context\/inject.js"
            ]
        },
        {
            "all_frames": true,
            "world": "ISOLATED",
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}

ส่วนขยายที่เกี่ยวข้อง