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.”。
擴展截圖
下載Picture in Picture with subtitles — Piphover擴展crx文件
下載Picture in Picture with subtitles — Piphover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | gakeolnffenpdieafldfcpihadflnfbk |
官方網址 | 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" } |