WebPage video finder

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

What is WebPage video finder?

WebPage video finder is a Chrome extension developed by QTeam, and its main feature is "Search for video elements on web page, and lets you play them in external player.".

Extension Screenshots

screenshot

Download WebPage video finder Extension CRX File

Download WebPage video finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
Official URL https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Description Search for video elements on web page, and lets you play them in external player.
File Size 27.63 KB
Installation Count 908
Current Version 1.4.4
Last Updated 2016-02-04
Publish Date 2016-02-04
Rating 2.00/5 Total 8 Ratings
Developer QTeam
Payment Type free
Supported Languages 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": [
            "*"
        ]
    }
}