Giant Bomb Plus
Provides better tools and information while navigating through video content on Giant Bomb.
Co je Giant Bomb Plus?
Giant Bomb Plus je rozšíření Chrome vyvinuté therandombox, a jeho hlavní funkcí je „Provides better tools and information while navigating through video content on Giant Bomb.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Giant Bomb Plus
Stáhněte si soubory rozšíření Giant Bomb Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Giant Bomb Plus |
ID | pbcimegpkaolfaoabikeekjlhpeeoeeb |
Oficiální URL | https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb |
Popis | Provides better tools and information while navigating through video content on Giant Bomb. |
Velikost souboru | 85.95 KB |
Počet instalací | 237 |
Aktuální Verze | 0.3.7 |
Poslední Aktualizace | 2015-05-28 |
Datum Vydání | 2015-05-27 |
Hodnocení | 3.75/5 Celkem 12 Hodnocení |
Vývojář | therandombox |
Typ Platby | free |
Podporované Jazyky | 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" ] } |