WebPage video finder

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

Qu'est-ce que WebPage video finder ?

WebPage video finder est une extension Chrome développée par QTeam, et sa fonction principale est "Search for video elements on web page, and lets you play them in external player.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebPage video finder

Téléchargez les fichiers d'extension WebPage video finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
URL Officiel 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.
Taille du Fichier 27.63 KB
Nombre d'Installations 908
Version Actuelle 1.4.4
Dernière Mise à Jour 2016-02-04
Date de Publication 2016-02-04
Évaluation 2.00/5 Total 8 Évaluations
Développeur QTeam
Type de Paiement free
Langues Prises en Charge 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": [
            "*"
        ]
    }
}