Video PopUp

Displays Youtube and Facebook Videos in PopUp

Video PopUp क्या है?

Video PopUp SecureHash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays Youtube and Facebook Videos in PopUp"।

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

screenshot
screenshot

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

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

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

                        Simple option to watch Youtube & Facebook videos in popup.

All video in Facebook & Youtube will have "Watch PopUp" beneath it. Click "Watch PopUp" button and enjoy watching the video as POPUP, without moving from your current page.

This extension can parse the YouTube & Facebook page that you're viewing so that it can clone the video from it and show it as PopUp.

This extension is created and powered by IVDBs.com. IVDBs.com is a video search solution, where you can search for millions of videos. Vidoes played using this extension, details imported to IVDBs database to provide better search result in the website.

Since the service is provided and powered by IVDBs.com. The Like & Share will be credited to IVDBs.com website. Google Analytic is included to track the videos watched and the performance of the extension.

Any suggestion and feedback are welcome.                    

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

नाम Video PopUp Video PopUp
ID fgphfmhnkmobhfflglpmgkbmopmgmejf
आधिकारिक URL https://chrome.google.com/webstore/detail/video-popup/fgphfmhnkmobhfflglpmgkbmopmgmejf
विवरण Displays Youtube and Facebook Videos in PopUp
फ़ाइल का आकार 110 KB
स्थापना संख्या 381
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2014-08-21
प्रकाशन तिथि 2014-08-19
रेटिंग 3.63/5 कुल 8 रेटिंग्स
डेवलपर SecureHash
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ivdbs.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video PopUp",
    "description": "Displays Youtube and Facebook Videos in PopUp",
    "manifest_version": 2,
    "version": "0.0.0.4",
    "short_name": "Video PopUp",
    "browser_action": {
        "default_title": "Video PopUp",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.facebook.com\/*",
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.twitter.com\/*",
            "*:\/\/*.google.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script1.js"
            ],
            "css": [
                "yourcss.css"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "webRequest"
    ],
    "homepage_url": "http:\/\/ivdbs.com",
    "web_accessible_resources": [
        "script3.js",
        "ajax-loader.gif",
        "close.png",
        "full-resize.png",
        "resize.png",
        "icon.ico",
        "sharesprite.png",
        "1X1trans.gif"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}