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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |