Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

Auto Repeat for HTML5 Youtube Videos là gì?

Auto Repeat for HTML5 Youtube Videos là một tiện ích mở rộng Chrome được phát triển bởi arrezaw216, và tính năng chính của nó là "Make Your HTML5 Youtube Videos Auto Repeat".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Repeat for HTML5 Youtube Videos

Tải xuống các tệp mở rộng Auto Repeat for HTML5 Youtube Videos 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

                        ***08/03/2015 Update***

Simple Auto Repeat feature for HTML5 YouTube videos on youtube.com exclusively.

Works on regular HTML5 YouTube videos and user playlists.

Auto Repeat toggle buttons are located in the control bar of the video.

The toggle button will appear on all screen modes, such as theater mode 

and full screen.                    

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

Tên Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
URL Chính Thức https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
Mô tả Make Your HTML5 Youtube Videos Auto Repeat
Kích Thước Tệp 5.41 MB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.0.1.2
Cập Nhật Lần Cuối 2015-08-04
Ngày Phát Hành 2015-08-04
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển arrezaw216
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",
    "name": " Auto Repeat for HTML5 Youtube Videos",
    "description": "Make Your HTML5 Youtube Videos Auto Repeat",
    "version": "0.0.1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "repeat2.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "repeat_icon_19.png",
        "default_title": "HTML5 Youtube Video Auto Repeat"
    },
    "manifest_version": 2
}