Autoplay No More

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

Autoplay No More là gì?

Autoplay No More là một tiện ích mở rộng Chrome được phát triển bởi https://www.kiboke-studio.hr, và tính năng chính của nó là "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autoplay No More

Tải xuống các tệp mở rộng Autoplay No More dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
URL Chính Thức https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
Mô tả Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Kích Thước Tệp 13.88 KB
Số Lần Cài Đặt 1,051
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2020-04-16
Đánh Giá 3.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.kiboke-studio.hr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kiboke-studio.hr/browser-extensions/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}