LoopTube

Auto loop the YouTube video

什麼是LoopTube?

LoopTube是由vedha.viyash開發的Chrome擴展程式,該擴展的主要功能是“Auto loop the YouTube video”。

擴展截圖

screenshot
screenshot
screenshot

下載LoopTube擴展crx文件

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

擴展使用說明

                        Auto loop the YouTube video when it ends. No more click replay buttons again!                    

擴展基本資訊

名稱 LoopTube LoopTube
ID faaokfideffddckilhbjniccnelnioid
官方網址 https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid
簡介 Auto loop the YouTube video
檔案大小 10.51 KB
安裝次數 75
目前版本 0.0.1
更新時間 2020-08-18
上架時間 2020-08-18
開發者 vedha.viyash
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LoopTube",
    "version": "0.0.1",
    "description": "Auto loop the YouTube video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "youtube.png",
        "48": "youtube.png",
        "128": "youtube.png"
    },
    "browser_action": {
        "default_icon": "youtube.png",
        "default_title": "Turning this extension on will loop the YouTube video automatically"
    }
}