Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Simple Youtube Repeater là gì?

Simple Youtube Repeater là một tiện ích mở rộng Chrome được phát triển bởi kennethdevel, và tính năng chính của nó là "Simply click the repeat button to make the Youtube video automatically repeat.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Youtube Repeater

Tải xuống các tệp mở rộng Simple Youtube Repeater 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

                        Simply click the repeat button to make the video automatically repeat.                    

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

Tên Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
URL Chính Thức https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Mô tả Simply click the repeat button to make the Youtube video automatically repeat.
Kích Thước Tệp 15.46 KB
Số Lần Cài Đặt 694
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2016-06-13
Ngày Phát Hành 2016-06-13
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển kennethdevel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}