WebPage video finder

Search for video elements on web page, and lets you play them in external player.

什么是WebPage video finder?

WebPage video finder是由QTeam开发的Chrome扩展程序,该扩展的主要功能是“Search for video elements on web page, and lets you play them in external player.”。

扩展截图

screenshot

下载WebPage video finder扩展crx文件

下载WebPage video finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Search for video elements on web page, and lets you play them in external player.

Please install the player app in order to use this extension:
https://chrome.google.com/webstore/detail/chrome-video-player/nlfohceaegoefgjilnbmiahoodgnjdfe

IMPORTANT:"Read and change all your data on the websites you visit" permission is required to find video on page and inject "Open in player" button.

Note: Sometimes is required to reload the page (F5).
-1.4.3 Fix wrong "play button" appearance
-1.4.2 Improves perfomance                    

扩展基本信息

名称 WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
官方URL https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
简介 Search for video elements on web page, and lets you play them in external player.
文件大小 27.63 KB
安装次数 908
当前版本 1.4.4
更新时间 2016-02-04
上架时间 2016-02-04
评分 2.00/5 共8次评分
开发者 QTeam
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebPage video finder",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Search for video elements on web page, and lets you play them in external player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    }
}