Youtube float video

Youtube float video

什么是Youtube float video?

Youtube float video是由Anbarasan开发的Chrome扩展程序,该扩展的主要功能是“Youtube float video”。

扩展截图

screenshot

下载Youtube float video扩展crx文件

下载Youtube float video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Youtube float video inside page. While reading the comments in the youtube its usefull. This will enable video to float when you scolldown and read the comment sections.
https://github.com/aanbarasan/youtube-float-video                    

扩展基本信息

名称 Youtube float video Youtube float video
ID fjjgmpijonncbnieadbodomjifcoknpf
官方URL https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf
简介 Youtube float video
文件大小 595 KB
安装次数 138
当前版本 1.2.7
更新时间 2023-02-18
上架时间 2020-08-07
评分 4.00/5 共2次评分
开发者 Anbarasan
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube float video",
    "short_name": "Helper",
    "description": "Youtube float video",
    "version": "1.2.7",
    "icons": {
        "16": "image\/16_icon.png",
        "48": "image\/48_icon.png",
        "128": "image\/128_icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "commonFunction.js",
                "content-script.js"
            ]
        }
    ],
    "options_page": "options_page.html",
    "action": {
        "default_title": "Youtube float video"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}