Stop Autoplay for Youtube™

Eases your YouTube™ experience through stopping the autoplay. This version doesn't automatically start Videos.

Stop Autoplay for Youtube™คืออะไร?

Stop Autoplay for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob "kurtextrem" Groß และคุณลักษณะหลักของมันคือ "Eases your YouTube™ experience through stopping the autoplay. This version doesn't automatically start Videos."

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

screenshot
screenshot

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

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

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

                        If you have ever opened a bunch of videos in the background, you will know how annoying it is when they all start playing automatically.

With this extension you will never have to worry about videos auto playing in the background. Plus, they will auto buffer, so no annoying load-spinner.


*Note*: This does not work with playlists, as YouTube™ itself offers an option to disable auto playing the next video for those!


Difference to "Stop Autoplay for Youtube™ Extended":
This extension here does not play videos automatically.
However, it doesn't stop auto play when you have the tab in foreground (so it doesn't annoy when watching a few videos in a row).


Changes:
4.0.6.3: Fixes not stopping on Channel pages and prevents stopping the video when the internet connection is slow
4.0.6: Fixes stopping when seeking / clicking play for the first time
4.0.5: This version fixes the "Video automatically plays when switching to the tab". I am sorry that this didn't work correctly.
4.0.4: Right click on YT Video -> Loop is now supported.
4.0.3: Fixes an issue, where videos would automatically stop playing on tab focus; Fixes: Prevents stopping fast-forward (Thanks for the bug report!)
4.0: Updated with fixes, higher performance and to counter an experiment by Youtube™ which automatically plays the video.


Official Firefox version: https://addons.mozilla.org/en/firefox/addon/stop-autoplay-youtube/


This Extension is Open-Source on GitHub: https://github.com/kurtextrem/StopAutoplay                    

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

ชื่อ Stop Autoplay for Youtube™ Stop Autoplay for Youtube™
ID figkapeodjhdgnpiamleongcmecfjccb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stop-autoplay-for-youtube/figkapeodjhdgnpiamleongcmecfjccb
คำอธิบาย Eases your YouTube™ experience through stopping the autoplay. This version doesn't automatically start Videos.
ขนาดไฟล์ 12.57 KB
จำนวนการติดตั้ง 10,488
เวอร์ชันปัจจุบัน 4.1.0
อัปเดตครั้งล่าสุด 2017-12-26
วันที่เผยแพร่ 2017-12-26
คะแนน 2.77/5 รวมทั้งหมด 242 คะแนน
ผู้พัฒนา Jacob "kurtextrem" Groß
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kurtextrem/StopAutoplay/tree/non-extended
URL หน้าช่วยเหลือ https://github.com/kurtextrem/StopAutoplay/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.kurtextrem.de/chrome/PRIVACY.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop Autoplay for Youtube\u2122",
    "version": "4.1.0",
    "manifest_version": 2,
    "description": "Eases your YouTube\u2122 experience through stopping the autoplay. This version doesn't automatically start Videos.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Jacob \u201ekurtextrem\" Gro\u00df",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "main.js"
    ],
    "minimum_chrome_version": "42"
}