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ファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |