Floating Player

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

Floating Player란 무엇입니까?

Floating Player은(는) kremanov78193d에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Floating Player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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                    

확장 프로그램 기본 정보

이름 Floating Player Floating Player
ID ekajjllcmeckibblgckgoceinmmgnfop
공식 URL https://chrome.google.com/webstore/detail/floating-player/ekajjllcmeckibblgckgoceinmmgnfop
설명 Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.
파일 크기 207 KB
설치 횟수 196,749
현재 버전 3.9
최근 업데이트 2022-11-28
출시 날짜 2018-11-05
평점 3.94/5 총 774 개의 평점
개발자 kremanov78193d
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gabrielbarros/floating-player
지원되는 언어 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"
    ]
}