Youtube float video

Youtube float video

Youtube float video là gì?

Youtube float video là một tiện ích mở rộng Chrome được phát triển bởi Anbarasan, và tính năng chính của nó là "Youtube float video".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube float video

Tải xuống các tệp mở rộng Youtube float video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube float video Youtube float video
ID fjjgmpijonncbnieadbodomjifcoknpf
URL Chính Thức https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf
Mô tả Youtube float video
Kích Thước Tệp 595 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2023-02-18
Ngày Phát Hành 2020-08-07
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Anbarasan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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
}