Giant Bomb Plus
Provides better tools and information while navigating through video content on Giant Bomb.
Giant Bomb Plus là gì?
Giant Bomb Plus là một tiện ích mở rộng Chrome được phát triển bởi therandombox, và tính năng chính của nó là "Provides better tools and information while navigating through video content on Giant Bomb.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Giant Bomb Plus
Tải xuống các tệp mở rộng Giant Bomb Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Giant Bomb Plus enriches the experience of the Giant Bomb website by directly integrating functions onto their interface. The improvements include: - Showing who participated in a specific video - Showing which platforms were used during a video - Adding the ability to filter through nearly all videos by person, games, platform and content type - Finding a random video - Allowing you to queue videos into a playlist
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Giant Bomb Plus |
ID | pbcimegpkaolfaoabikeekjlhpeeoeeb |
URL Chính Thức | https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb |
Mô tả | Provides better tools and information while navigating through video content on Giant Bomb. |
Kích Thước Tệp | 85.95 KB |
Số Lần Cài Đặt | 237 |
Phiên Bản Hiện Tại | 0.3.7 |
Cập Nhật Lần Cuối | 2015-05-28 |
Ngày Phát Hành | 2015-05-27 |
Đánh Giá | 3.75/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | therandombox |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Giant Bomb Plus", "description": "Provides better tools and information while navigating through video content on Giant Bomb.", "version": "0.3.7", "icons": { "128": "ext_icon_128.png" }, "options_page": "options.html", "permissions": [ "storage", "http:\/\/www.giantbomb.com\/videos\/*", "http:\/\/www.therandombox.ca\/giantbomb\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.giantbomb.com\/videos\/*" ], "css": [ "css\/gb_styles.css" ], "js": [ "js\/jquery.min.js", "js\/typeahead.min.js", "js\/jquery-ui.min.js", "js\/gb_functions.js" ] } ], "web_accessible_resources": [ "filter_options.html", "options.html" ] } |