Picture-in-Picture Viewer
Watch video using the Picture-in-Picture API.
Picture-in-Picture Viewer क्या है?
Picture-in-Picture Viewer https://thorium.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch video using the Picture-in-Picture API."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Picture-in-Picture Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple Chromium Extension to enable the Picture-in-Picture Web API in Chromium. It is a fork of https://chrome.google.com/webstore/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg with some fixes, and removed Google Analytics tracking. - Alex313031
एक्सटेंशन की मूल जानकारी
नाम | Picture-in-Picture Viewer |
ID | kgfcmiijchdkbknmjnojfngnapkibkdh |
आधिकारिक URL | https://chromewebstore.google.com/detail/picture-in-picture-viewer/kgfcmiijchdkbknmjnojfngnapkibkdh |
विवरण | Watch video using the Picture-in-Picture API. |
फ़ाइल का आकार | 11.12 KB |
स्थापना संख्या | 2,028 |
वर्तमान संस्करण | 1.12.2 |
अंतिम अपडेट | 2023-09-02 |
प्रकाशन तिथि | 2023-04-26 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://thorium.rocks |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Alex313031/picture-in-picture-viewer |
सहायता पृष्ठ URL | https://github.com/Alex313031/picture-in-picture-viewer/issues |
गोपनीयता नीति पृष्ठ URL | https://thorium.rocks/COC.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture Viewer", "short_name": "PiP Viewer", "author": "Alex313031", "description": "Watch video using the Picture-in-Picture API.", "homepage_url": "https:\/\/github.com\/Alex313031\/picture-in-picture-viewer", "manifest_version": 3, "minimum_chrome_version": "88", "offline_enabled": true, "version": "1.12.2", "version_name": "1.12.2", "icons": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "permissions": [ "scripting" ], "host_permissions": [ " |