Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Giant Bomb Download Helper란 무엇입니까?
Giant Bomb Download Helper은(는) Vince Cima에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set Giant Bomb videos to download on click and autoset a name."입니다.
확장 프로그램 스크린샷
Giant Bomb Download Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Collection of tweaks to make downloading videos from GiantBomb.com more pleasant Currently, it converts the quality links into download links. Simply click on one and it will start downloading. I am planning on adding the ability to autoname the downloads.
확장 프로그램 기본 정보
이름 | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
공식 URL | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
설명 | Set Giant Bomb videos to download on click and autoset a name. |
파일 크기 | 22.26 KB |
설치 횟수 | 82 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2013-12-05 |
출시 날짜 | 2013-12-05 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Vince Cima |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/vincecima/gb-download-helper |
도움말 페이지 URL | https://github.com/vincecima/gb-download-helper |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giant Bomb Download Helper", "version": "0.1.0", "manifest_version": 2, "description": "Set Giant Bomb videos to download on click and autoset a name.", "homepage_url": "https:\/\/github.com\/vincecima\/gb-download-helper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.giantbomb.com\/videos\/*" ], "js": [ "js\/zepto.min.js", "js\/inject.js" ] } ] } |