RepeatIt

Repeat YouTube video as you want

什麼是RepeatIt?

RepeatIt是由dohoangkhiem開發的Chrome擴展程式,該擴展的主要功能是“Repeat YouTube video as you want”。

擴展截圖

screenshot
screenshot

下載RepeatIt擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 RepeatIt RepeatIt
ID okkcjfgcppkjhlgpdeffjooapodgnonf
官方網址 https://chrome.google.com/webstore/detail/repeatit/okkcjfgcppkjhlgpdeffjooapodgnonf
簡介 Repeat YouTube video as you want
檔案大小 68.55 KB
安裝次數 40
目前版本 1.2.2
更新時間 2014-11-05
上架時間 2014-11-05
評分 4.00/5 共 1 次評分
開發者 dohoangkhiem
付費類型 free
支援的語言 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
}