Picture in Picture Helper
The perfect tool for opening videos in Picture in Picture
Picture in Picture Helper क्या है?
Picture in Picture Helper Pol Muñoz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The perfect tool for opening videos in Picture in Picture"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Picture in Picture Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS). At the moment this extension relies on Chrome features that may not be enabled by default. You can enable them at the following addresses: chrome://flags/#enable-experimental-web-platform-features chrome://flags/#enable-picture-in-picture On some platforms (Chrome OS specifically) you may need to enable the following feature: chrome://flags/#enable-surfaces-for-videos
एक्सटेंशन की मूल जानकारी
नाम | Picture in Picture Helper |
ID | dbgdaidfdfaknmbmdkfcahakceagbjej |
आधिकारिक URL | https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej |
विवरण | The perfect tool for opening videos in Picture in Picture |
फ़ाइल का आकार | 7.51 KB |
स्थापना संख्या | 378 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-11-10 |
प्रकाशन तिथि | 2018-11-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Pol Muñoz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Helper", "short_name": "PiPHelper", "version": "1.0.0", "description": "The perfect tool for opening videos in Picture in Picture", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "PiP", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } }, "manifest_version": 2 } |