Get Video Links

Extracts all video links from the page

什么是Get Video Links?

Get Video Links是由sag开发的Chrome扩展程序,该扩展的主要功能是“Extracts all video links from the page”。

扩展截图

screenshot

下载Get Video Links扩展crx文件

下载Get Video Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Get Video Links Get Video Links
ID cleiebhajbhkgnlalgigfgmlheilimip
官方URL https://chrome.google.com/webstore/detail/get-video-links/cleiebhajbhkgnlalgigfgmlheilimip
简介 Extracts all video links from the page
文件大小 41.16 KB
安装次数 6,000
当前版本 1.0
更新时间 2017-01-05
上架时间 2017-01-05
评分 2.88/5 共17次评分
开发者 sag
付费类型 free
支持的语言 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"
    }
}