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 |
公式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" } } |