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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob Trybula และคุณลักษณะหลักของมันคือ "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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Giant Bomb Season Pass
ดาวน์โหลดไฟล์ส่วนขยาย Giant Bomb Season Pass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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" ] } ] } |