Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

什麼是Simple Youtube Repeater?

Simple Youtube Repeater是由kennethdevel開發的Chrome擴展程式,該擴展的主要功能是“Simply click the repeat button to make the Youtube video automatically repeat.”。

擴展截圖

screenshot
screenshot

下載Simple Youtube Repeater擴展crx文件

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

擴展使用說明

                        Simply click the repeat button to make the video automatically repeat.                    

擴展基本資訊

名稱 Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
官方網址 https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
簡介 Simply click the repeat button to make the Youtube video automatically repeat.
檔案大小 15.46 KB
安裝次數 694
目前版本 3.0
更新時間 2016-06-13
上架時間 2016-06-13
評分 4.29/5 共 7 次評分
開發者 kennethdevel
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}