Chrome Video Pop-out

Use chrome pop-out player without using the context menu even on Twitch

Chrome Video Pop-out क्या है?

Chrome Video Pop-out Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use chrome pop-out player without using the context menu even on Twitch"।

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

screenshot

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

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

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

                        Chrome extension to pop-out any video element on your current viewed browser tab. Uses the native pop-out feature of Chrome found in the context menu when right-clicking videos. Some websites won't allow this context menu entry (or need to open a second context menu) as they are using custom menus or have separate layers above the video element.

This extension makes stuff work easily even on sites like YouTube or Twitch.                    

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

नाम Chrome Video Pop-out Chrome Video Pop-out
ID jcgacckndmapfdcccebjlhglchkbfkjk
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk
विवरण Use chrome pop-out player without using the context menu even on Twitch
फ़ाइल का आकार 279 KB
स्थापना संख्या 7,197
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-03-18
प्रकाशन तिथि 2019-03-18
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Noki77/chrome-popout
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Video Pop-out",
    "version": "1.1",
    "description": "Use chrome pop-out player without using the context menu even on Twitch",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/icon-16.png",
            "32": "assets\/icon\/icon-32.png",
            "48": "assets\/icon\/icon-48.png",
            "128": "assets\/icon\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/icon-16.png",
        "32": "assets\/icon\/icon-32.png",
        "48": "assets\/icon\/icon-48.png",
        "128": "assets\/icon\/icon-128.png"
    },
    "manifest_version": 2
}