Video PopUp

Displays Youtube and Facebook Videos in PopUp

Video PopUpとは何ですか?

Video PopUpはSecureHashによって開発されたChromeの拡張機能で、その主な機能は「Displays Youtube and Facebook Videos in PopUp」です。

拡張機能のスクリーンショット

screenshot
screenshot

Video PopUp拡張機能のCRXファイルをダウンロード

Video PopUp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}