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”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | cleiebhajbhkgnlalgigfgmlheilimip |
官方網址 | 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" } } |