WebPage video finder

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

Co to jest WebPage video finder?

WebPage video finder to rozszerzenie Chrome opracowane przez QTeam, a jego główną funkcją jest „Search for video elements on web page, and lets you play them in external player.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebPage video finder

Pobierz pliki rozszerzeń WebPage video finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
Oficjalny URL https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Opis Search for video elements on web page, and lets you play them in external player.
Rozmiar pliku 27.63 KB
Liczba instalacji 908
Aktualna Wersja 1.4.4
Ostatnia Aktualizacja 2016-02-04
Data Publikacji 2016-02-04
Ocena 2.00/5 Łącznie 8 Oceny
Deweloper QTeam
Typ Płatności free
Obsługiwane Języki 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": [
            "*"
        ]
    }
}