Floating Video Pro

Popup a floating video that can be viewed while you are doing other work on your computer.

Floating Video Pro란 무엇입니까?

Floating Video Pro은(는) CodeTheBay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Popup a floating video that can be viewed while you are doing other work on your computer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Watch videos in  a Floating window.

Click the extension icon while your YouTube, Twitch or any other video is playing and watch it pop up and become a topmost window above any of your other desktop applications, resize it and reposition it how you like.

Click your extensions and pin this extension to make it more accessible.                    

확장 프로그램 기본 정보

이름 Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
공식 URL https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
설명 Popup a floating video that can be viewed while you are doing other work on your computer.
파일 크기 4.79 KB
설치 횟수 1,902
현재 버전 0.0.0.1
최근 업데이트 2021-02-15
출시 날짜 2021-02-15
평점 4.33/5 총 3 개의 평점
개발자 CodeTheBay
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Xela101/FloatingVideoPro
도움말 페이지 URL https://github.com/Xela101/FloatingVideoPro
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Floating Video Pro",
    "description": "Popup a floating video that can be viewed while you are doing other work on your computer.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "Click to turn video's into a floating windows."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}