Giant Bomb Plus
Provides better tools and information while navigating through video content on Giant Bomb.
什么是Giant Bomb Plus?
Giant Bomb Plus是由therandombox开发的Chrome扩展程序,该扩展的主要功能是“Provides better tools and information while navigating through video content on Giant Bomb.”。
扩展截图
下载Giant Bomb Plus扩展crx文件
下载Giant Bomb Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Giant Bomb Plus |
ID | pbcimegpkaolfaoabikeekjlhpeeoeeb |
官方URL | https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb |
简介 | Provides better tools and information while navigating through video content on Giant Bomb. |
文件大小 | 85.95 KB |
安装次数 | 237 |
当前版本 | 0.3.7 |
更新时间 | 2015-05-28 |
上架时间 | 2015-05-27 |
评分 | 3.75/5 共12次评分 |
开发者 | therandombox |
付费类型 | free |
支持的语言 | 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" ] } |