RepeatIt

Repeat YouTube video as you want

RepeatIt là gì?

RepeatIt là một tiện ích mở rộng Chrome được phát triển bởi dohoangkhiem, và tính năng chính của nó là "Repeat YouTube video as you want".

Ả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 RepeatIt

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

                        Repeat video playing in Youtube so easily. No need to use YouRepeat or other techniques anymore. Just repeat it and enjoy it!

** How to use **
By installing the extension, everytime you watch a Youtube video a small RepeatIt icon (repeat circle) will be visible at right of your address bar (near the bookmark star icon). Click to RepeatIt icon to enable current video repeating (icon will turn to blue), click again to disable repeating (icon backs to normal state).

For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!                    

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

Tên RepeatIt RepeatIt
ID okkcjfgcppkjhlgpdeffjooapodgnonf
URL Chính Thức https://chrome.google.com/webstore/detail/repeatit/okkcjfgcppkjhlgpdeffjooapodgnonf
Mô tả Repeat YouTube video as you want
Kích Thước Tệp 68.55 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2014-11-05
Ngày Phát Hành 2014-11-05
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dohoangkhiem
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RepeatIt",
    "version": "1.2.2",
    "description": "Repeat YouTube video as you want",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icons\/repeat-19.png",
        "default_title": "Repeat Youtube video with RepeatIt!"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "19": "icons\/repeat-19.png",
        "48": "icons\/repeat-48.png",
        "128": "icons\/repeat-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "manifest_version": 2
}