Picture in Picture with subtitles — Piphover

Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.

Picture in Picture with subtitles — Piphover란 무엇입니까?

Picture in Picture with subtitles — Piphover은(는) https://piphover.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Picture in Picture with subtitles — Piphover 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Picture in Picture with subtitles (Finally). Increase your productivity while continuing watching what you love in any language.

PLATFORMS
✅ We don't have a list of allowed streaming platforms because, well, it works on all of them.

BROWSER
✅ If you are one of those who use different browsers, don't worry, you can use Piphover in other browsers besides Chrome. 

MULTI-DEVICE 
✅ You can access your account on multiple devices at the same time. 

TECHNICAL SUPPORT
✅ We are here to help you in case of any technical problem.                    

확장 프로그램 기본 정보

이름 Picture in Picture with subtitles — Piphover Picture in Picture with subtitles — Piphover
ID gakeolnffenpdieafldfcpihadflnfbk
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk
설명 Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
파일 크기 19.4 KB
설치 횟수 652
현재 버전 1
최근 업데이트 2024-01-31
출시 날짜 2023-12-10
평점 4.08/5 총 13 개의 평점
개발자 https://piphover.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://piphover.com/home
도움말 페이지 URL https://piphover.com/support
개인정보 보호 정책 페이지 URL https://piphover.com/PrivacyPolicy
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1",
    "author": "Piphover",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/piphover.com\/home",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "32": "img\/icon_x32.png",
        "48": "img\/icon_x48.png",
        "128": "img\/icon_x128.png"
    },
    "action": {
        "default_icon": {
            "32": "img\/icon_x32.png",
            "48": "img\/icon_x48.png",
            "128": "img\/icon_x128.png"
        },
        "default_title": "__MSG_toggleMode__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Period"
            },
            "description": "__MSG_toggleMode__"
        }
    },
    "default_locale": "en"
}