Floating Player

Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.

Floating Player là gì?

Floating Player là một tiện ích mở rộng Chrome được phát triển bởi kremanov78193d, và tính năng chính của nó là "Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Floating Player 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

                        ———————————————————

This extension will no longer be updated. Thank you for using "Floating Player"!

Google Chrome 70 already has native Picture-in-Picture, so you don't need an extension anymore! Just create a new bookmark and add this code as URL:

javascript:document.getElementsByTagName('video')[0].requestPictureInPicture();

———————————————————

Source code and bug tracker are available at https://github.com/gabrielbarros/floating-player

———————————————————

Floating Player is a lightweight extension that lets you watch YouTube™ and Twitch videos while you browse the internet.

How to open a popup?
• Open the video page
• Click the extension icon on the top right corner of Chrome

——————————————————

READ THIS:
- If you want the classic popup back, go to the options page and uncheck "use native picture in picture".

- Most options don't work for native picture in picture.

- You need to install Deskpins if you prefer the classic popup.


——————————————————

Works with YouTube™, Twitch.tv and many others.

——————————————————

Changelog
https://raw.githubusercontent.com/gabrielbarros/floating-player/master/CHANGELOG                    

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

Tên Floating Player Floating Player
ID ekajjllcmeckibblgckgoceinmmgnfop
URL Chính Thức https://chrome.google.com/webstore/detail/floating-player/ekajjllcmeckibblgckgoceinmmgnfop
Mô tả Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 196,749
Phiên Bản Hiện Tại 3.9
Cập Nhật Lần Cuối 2022-11-28
Ngày Phát Hành 2018-11-05
Đánh Giá 3.94/5 Tổng số 774 Đánh Giá
Nhà Phát Triển kremanov78193d
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gabrielbarros/floating-player
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Floating Player",
    "version": "3.9",
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/16.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "management"
    ]
}