WebPage video finder

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

Cos'è WebPage video finder?

WebPage video finder è un'estensione di Chrome sviluppata da QTeam, e la sua funzione principale è "Search for video elements on web page, and lets you play them in external player.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebPage video finder

Scarica i file di estensione WebPage video finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
URL Ufficiale https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Descrizione Search for video elements on web page, and lets you play them in external player.
Dimensione del File 27.63 KB
Conteggio Installazioni 908
Versione Corrente 1.4.4
Ultimo Aggiornamento 2016-02-04
Data di Pubblicazione 2016-02-04
Valutazione 2.00/5 Totale 8 Valutazioni
Sviluppatore QTeam
Tipo di Pagamento free
Lingue Supportate 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": [
            "*"
        ]
    }
}