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
官方URL 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"
    }
}