Giant Bomb Plus
Provides better tools and information while navigating through video content on Giant Bomb.
Что такое Giant Bomb Plus?
Giant Bomb Plus - это расширение Chrome, разработанное therandombox, и его основная функция - "Provides better tools and information while navigating through video content on Giant Bomb.".
Снимки экрана расширения
Скачать файл CRX расширения Giant Bomb Plus
Скачайте файлы расширений 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" ] } |