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 là gì?

Picture in Picture with subtitles — Piphover là một tiện ích mở rộng Chrome được phát triển bởi https://piphover.com, và tính năng chính của nó là "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.".

Ả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 Picture in Picture with subtitles — Piphover

Tải xuống các tệp mở rộng Picture in Picture with subtitles — Piphover 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

                        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.                    

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

Tên Picture in Picture with subtitles — Piphover Picture in Picture with subtitles — Piphover
ID gakeolnffenpdieafldfcpihadflnfbk
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk
Mô tả Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
Kích Thước Tệp 19.4 KB
Số Lần Cài Đặt 652
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2023-12-10
Đánh Giá 4.08/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://piphover.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://piphover.com/home
URL Trang Trợ Giúp https://piphover.com/support
URL Trang Chính Sách Bảo Mật https://piphover.com/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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"
}