VidGrabber
Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!
VidGrabber란 무엇입니까?
VidGrabber은(는) PFTVApi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!"입니다.
확장 프로그램 스크린샷
VidGrabber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required! The subtitles will be properly converted into UTF-8 so you can use all languages and enjoy a great experience. Easy to use and completely free without adds. Supported sites will increase in future versions. Ideal for project free tv or similar site. How it Works: 1 - Go to embed video page 2 - Click the VidGrabber icon 3 - If a video is found View and Download buttons will appear View: A new page will open, you can now add any SRT from your local computer Download: Directly download your video
확장 프로그램 기본 정보
이름 | VidGrabber |
ID | hhnfajcbggahlcegcochjopcogeekljh |
공식 URL | https://chromewebstore.google.com/detail/vidgrabber/hhnfajcbggahlcegcochjopcogeekljh |
설명 | Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required! |
파일 크기 | 111 KB |
설치 횟수 | 763 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-12-12 |
출시 날짜 | 2015-12-12 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | PFTVApi |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://pftvapi.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VidGrabber", "description": "Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/pftvapi.com\/" ], "web_accessible_resources": [ "grab.js" ] } |