WebPage video finder

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

Wat is WebPage video finder?

WebPage video finder is een Chrome-extensie ontwikkeld door QTeam, en de belangrijkste functie is "Search for video elements on web page, and lets you play them in external player.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebPage video finder

Download WebPage video finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
Officiële URL https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Beschrijving Search for video elements on web page, and lets you play them in external player.
Bestandsgrootte 27.63 KB
Aantal Installaties 908
Huidige Versie 1.4.4
Laatst Bijgewerkt 2016-02-04
Publicatiedatum 2016-02-04
Beoordeling 2.00/5 Totaal 8 Beoordelingen
Ontwikkelaar QTeam
Betalingswijze free
Ondersteunde Talen 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": [
            "*"
        ]
    }
}