Get Video Links

Extracts all video links from the page

Qu'est-ce que Get Video Links ?

Get Video Links est une extension Chrome développée par sag, et sa fonction principale est "Extracts all video links from the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Video Links

Téléchargez les fichiers d'extension Get Video Links 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

                        This extension looks through the page and tries to find all the videos. If it succeeds then it shows a popup with all source links for the videos found. You can then open those videos in new tab and watch the video in a built-in player, with no ads or distraction. 

If you are using this extension on a mobile browser, you can then share the direct link to any player that can handle web streams or even to your TV via DLNA!                    

Informations de Base sur l'Extension

Nom Get Video Links Get Video Links
ID cleiebhajbhkgnlalgigfgmlheilimip
URL Officiel https://chrome.google.com/webstore/detail/get-video-links/cleiebhajbhkgnlalgigfgmlheilimip
Description Extracts all video links from the page
Taille du Fichier 41.16 KB
Nombre d'Installations 6,000
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-05
Date de Publication 2017-01-05
Évaluation 2.88/5 Total 17 Évaluations
Développeur sag
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Video Links",
    "description": "Extracts all video links from the page",
    "version": "1.0",
    "browser_action": {
        "default_title": "Get Video Links!",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    }
}