Amazing Picture in Picture

Play online videos while surfing the Internet

Amazing Picture in Picture क्या है?

Amazing Picture in Picture Gerd Aase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play online videos while surfing the Internet"।

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

screenshot

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

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

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

                        Amazing Picture in Picture helps you watch web videos in a floating window. You can watch a video while browsing the web or using other applications. 

Features:
🌟 Always on top, resizable floating window
🌟 Works on all desktop platforms

Quick start:
1. Use a extension button in the video player
1a. Alternatively, click on an extension’s icon in the toolbar 
2. Don’t close the tab with the video -- playback will be stopped!                    

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

नाम Amazing Picture in Picture Amazing Picture in Picture
ID npdpblbkejobemdadfdbajgafjafdkbe
आधिकारिक URL https://chrome.google.com/webstore/detail/amazing-picture-in-pictur/npdpblbkejobemdadfdbajgafjafdkbe
विवरण Play online videos while surfing the Internet
फ़ाइल का आकार 42.04 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.2.3
अंतिम अपडेट 2021-08-26
प्रकाशन तिथि 2021-05-22
डेवलपर Gerd Aase
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Privacy-policy-Amazing-Picture-in-Picture-501d57a3e184423ea974cbb55d7837b3
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "buttons.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.2.3",
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}