YT Repeat

Repeats YouTube videos.

YT Repeat là gì?

YT Repeat là một tiện ích mở rộng Chrome được phát triển bởi https://antimatter15.com, và tính năng chính của nó là "Repeats YouTube videos.".

Ả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 YT Repeat

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

                        Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.                    

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

Tên YT Repeat YT Repeat
ID piicimoiaiblachamdicgngccadhlecl
URL Chính Thức https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl
Mô tả Repeats YouTube videos.
Kích Thước Tệp 31.72 KB
Số Lần Cài Đặt 2,846
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2014-08-20
Ngày Phát Hành 2014-08-19
Đánh Giá 4.13/5 Tổng số 89 Đánh Giá
Nhà Phát Triển https://antimatter15.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://twitter.com/antimatter15
URL Trang Trợ Giúp http://twitter.com/antimatter15
URL Trang Chính Sách Bảo Mật http://projectnaptha.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Repeat",
    "version": "1.0.3",
    "description": "Repeats YouTube videos.",
    "icons": {
        "16": "icons\/16.png",
        "22": "icons\/22.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}