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
官方網址 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": [
            "*"
        ]
    }
}