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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |