Giant Bomb Season Pass
Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day…
Giant Bomb Season Pass란 무엇입니까?
Giant Bomb Season Pass은(는) Rob Trybula에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day…"입니다.
확장 프로그램 스크린샷
Giant Bomb Season Pass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day 2) and automatically bring the other parts or "Episodes" over to you in a sidebar that's integrated right into the video player. Perfect for stitching together Endurance Runs, 24-Hour Extra Life streams, GDC chats with a side of Buckfast, PAX panels, and of course it's safe for the occasional multi-part Puppy Chat. It'll also accommodate for size depending on whether you've Embiggened or not, showing or hiding the episode descriptions. I would love to hear any feedback, suggestions, or issues you encounter if you happen to give it a shot. Hope you like it. Thanks.
확장 프로그램 기본 정보
이름 | Giant Bomb Season Pass |
ID | omcloogakdjglgfeipofceanjjgdeikh |
공식 URL | https://chromewebstore.google.com/detail/giant-bomb-season-pass/omcloogakdjglgfeipofceanjjgdeikh |
설명 | Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day… |
파일 크기 | 53.14 KB |
설치 횟수 | 252 |
현재 버전 | 1.65.2 |
최근 업데이트 | 2017-06-13 |
출시 날짜 | 2017-06-12 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | Rob Trybula |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giant Bomb Season Pass", "manifest_version": 2, "version": "1.65.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/gbvideoguide.herokuapp.com\/*" ], "applications": { "gecko": { "id": "jid1-W5f4Bxy5SABfyw@jetpack" } }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.giantbomb.com\/*" ], "css": [ "animate.css", "SeasonPass.css" ], "js": [ "jquery-min.js", "mustache.js", "verbalexp.js", "SeasonPass.js" ] } ] } |