Get Video Links

Extracts all video links from the page

Co je Get Video Links?

Get Video Links je rozšíření Chrome vyvinuté sag, a jeho hlavní funkcí je „Extracts all video links from the page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Get Video Links

Stáhněte si soubory rozšíření Get Video Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Get Video Links Get Video Links
ID cleiebhajbhkgnlalgigfgmlheilimip
Oficiální URL https://chrome.google.com/webstore/detail/get-video-links/cleiebhajbhkgnlalgigfgmlheilimip
Popis Extracts all video links from the page
Velikost souboru 41.16 KB
Počet instalací 6,000
Aktuální Verze 1.0
Poslední Aktualizace 2017-01-05
Datum Vydání 2017-01-05
Hodnocení 2.88/5 Celkem 17 Hodnocení
Vývojář sag
Typ Platby free
Podporované Jazyky 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"
    }
}