Video Looper for Youtube/Dailymotion/others

This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5

Video Looper for Youtube/Dailymotion/others là gì?

Video Looper for Youtube/Dailymotion/others là một tiện ích mở rộng Chrome được phát triển bởi o9000, và tính năng chính của nó là "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

Ả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 Video Looper for Youtube/Dailymotion/others

Tải xuống các tệp mở rộng Video Looper for Youtube/Dailymotion/others 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

                        A browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it.                    

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

Tên Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
URL Chính Thức https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Mô tả This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Kích Thước Tệp 18.77 KB
Số Lần Cài Đặt 2,418
Phiên Bản Hiện Tại 2015.12.30.0
Cập Nhật Lần Cuối 2016-01-01
Ngày Phát Hành 2016-01-01
Đánh Giá 4.19/5 Tổng số 16 Đánh Giá
Nhà Phát Triển o9000
Email [email protected]
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": "Video Looper for Youtube\/Dailymotion\/others",
    "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
    "version": "2015.12.30.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Video Looper",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}