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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Picture in Picture with subtitles — Piphover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |