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
官方網址 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
}