Autoplay No More

Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.

Autoplay No Moreคืออะไร?

Autoplay No More เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kiboke-studio.hr และคุณลักษณะหลักของมันคือ "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo."

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

screenshot

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

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

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

                        Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.                    

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

ชื่อ Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
คำอธิบาย Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
ขนาดไฟล์ 13.88 KB
จำนวนการติดตั้ง 1,051
เวอร์ชันปัจจุบัน 0.4.2
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2020-04-16
คะแนน 3.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.kiboke-studio.hr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kiboke-studio.hr/browser-extensions/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autoplay No More",
    "description": "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.",
    "version": "0.4.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/youtube.css"
            ],
            "js": [
                "data\/youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "css": [
                "data\/vimeo.css"
            ],
            "js": [
                "data\/vimeo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ted.com\/*"
            ],
            "js": [
                "data\/ted.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/videos\/*"
            ],
            "js": [
                "data\/bing.js"
            ]
        }
    ]
}