Picture-in-Picture for ALL Sites

Enables picture-in-picture mode, even for sites that have disabled it

Picture-in-Picture for ALL Sites क्या है?

Picture-in-Picture for ALL Sites Jerome Paulos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables picture-in-picture mode, even for sites that have disabled it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Picture-in-Picture for ALL Sites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!                    

एक्सटेंशन की मूल जानकारी

नाम Picture-in-Picture for ALL Sites Picture-in-Picture for ALL Sites
ID anmikanblfemkldmaldbhdejcfpodkpd
आधिकारिक URL https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd
विवरण Enables picture-in-picture mode, even for sites that have disabled it
फ़ाइल का आकार 6.47 KB
स्थापना संख्या 2,119
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-04-24
प्रकाशन तिथि 2022-04-23
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर Jerome Paulos
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture for ALL Sites",
    "description": "Enables picture-in-picture mode, even for sites that have disabled it",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Open Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}