Giant Bomb Plus
Provides better tools and information while navigating through video content on Giant Bomb.
¿Qué es Giant Bomb Plus?
Giant Bomb Plus es una extensión de Chrome desarrollada por therandombox, y su función principal es "Provides better tools and information while navigating through video content on Giant Bomb.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Giant Bomb Plus
Descarga archivos de extensión Giant Bomb Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Giant Bomb Plus |
ID | pbcimegpkaolfaoabikeekjlhpeeoeeb |
URL Oficial | https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb |
Descripción | Provides better tools and information while navigating through video content on Giant Bomb. |
Tamaño del Archivo | 85.95 KB |
Cantidad de Instalaciones | 237 |
Versión Actual | 0.3.7 |
Última Actualización | 2015-05-28 |
Fecha de Publicación | 2015-05-27 |
Calificación | 3.75/5 Total de 12 Calificaciones |
Desarrollador | therandombox |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |