WebPage video finder

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

Co je WebPage video finder?

WebPage video finder je rozšíření Chrome vyvinuté QTeam, a jeho hlavní funkcí je „Search for video elements on web page, and lets you play them in external player.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WebPage video finder

Stáhněte si soubory rozšíření WebPage video finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
Oficiální URL https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Popis Search for video elements on web page, and lets you play them in external player.
Velikost souboru 27.63 KB
Počet instalací 908
Aktuální Verze 1.4.4
Poslední Aktualizace 2016-02-04
Datum Vydání 2016-02-04
Hodnocení 2.00/5 Celkem 8 Hodnocení
Vývojář QTeam
Typ Platby free
Podporované Jazyky 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": [
            "*"
        ]
    }
}