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?

Video Looper for Youtube/Dailymotion/others是由o9000開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5”。

擴展截圖

screenshot
screenshot

下載Video Looper for Youtube/Dailymotion/others擴展crx文件

下載Video Looper for Youtube/Dailymotion/others擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
官方網址 https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
簡介 This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
檔案大小 18.77 KB
安裝次數 2,418
目前版本 2015.12.30.0
更新時間 2016-01-01
上架時間 2016-01-01
評分 4.19/5 共 16 次評分
開發者 o9000
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}