YouTube™ No Buffer - Stop Auto-playing

Prevents YouTube HTML5 and Flash players from auto-buffering (auto-playing) videos

YouTube™ No Buffer - Stop Auto-playingคืออะไร?

YouTube™ No Buffer - Stop Auto-playing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tlintspr และคุณลักษณะหลักของมันคือ "Prevents YouTube HTML5 and Flash players from auto-buffering (auto-playing) videos"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ No Buffer - Stop Auto-playing

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

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

                        This extension stops YouTube HTML5 and Flash players from auto-buffering videos. Using this add-on (extension) you can save bandwidth and also prevent YouTube on multiple tabs from buffering media simultaneously. 

You will have to click on the player to allow buffering of the media files. Once a player is buffered, it can play multiple tracks. There is no need to activate the player on each new track (so you can easily watch playlists for instance).

Features:
1. Stop auto-playing on "/watch?v=" pages
2. Stop auto-playing on "/user/" pages
3. Stop auto-playing on "/channel/" pages
4. Stop auto-playing on embedded YouTube players.
5. Supports YouTube's new Material Design (as of version 0.2.2)

Notes: 
1. As of version 0.2.4, this extension is compatible with YouTube's material design
2. As of version 0.2.5, this extension is not working on the old non-material design
3. If you would like the extension to not stop buffering when switching back and forth to the mini-player ("i" keyword on YouTube pages), go to the options page and check "Do not stop the player if the player is already playing" option.
4. This extension is compatible with ad-blocker extensions operating on YouTube pages.                    

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

ชื่อ YouTube™ No Buffer - Stop Auto-playing YouTube™ No Buffer - Stop Auto-playing
ID afgfpcfjdgakemlmlgadojdfnejkpegd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-no-buffer-stop-au/afgfpcfjdgakemlmlgadojdfnejkpegd
คำอธิบาย Prevents YouTube HTML5 and Flash players from auto-buffering (auto-playing) videos
ขนาดไฟล์ 46.97 KB
จำนวนการติดตั้ง 9,380
เวอร์ชันปัจจุบัน 0.4.6
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2020-03-30
คะแนน 3.90/5 รวมทั้งหมด 176 คะแนน
ผู้พัฒนา tlintspr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/youtube-tools.html?from=buffer
URL หน้าช่วยเหลือ https://webextension.org/listing/youtube-tools.html?from=buffer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 No Buffer - Stop Auto-playing",
    "description": "Prevents YouTube HTML5 and Flash players from auto-buffering (auto-playing) videos",
    "version": "0.4.6",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "\/data\/inject.css"
            ],
            "js": [
                "\/data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/youtube-tools.html?from=buffer",
    "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",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html"
    }
}