Smart Repeat

Repeat YouTube videos from any point in time

Smart Repeat là gì?

Smart Repeat là một tiện ích mở rộng Chrome được phát triển bởi OldGen Software, và tính năng chính của nó là "Repeat YouTube videos from any point in time".

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

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

                        You can repeat youtube from any point in time. :D                    

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

Tên Smart Repeat Smart Repeat
ID cbafpldbkgamhfbggmdnjfmglcjaeldb
URL Chính Thức https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb
Mô tả Repeat YouTube videos from any point in time
Kích Thước Tệp 18.32 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.33.7
Cập Nhật Lần Cuối 2013-08-07
Ngày Phát Hành 2013-08-07
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển OldGen Software
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": "Smart Repeat",
    "content_scripts": [
        {
            "js": [
                "smartrepeat.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Repeat YouTube videos from any point in time",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.33.7",
    "manifest_version": 2
}