Overwatch Video Gallery
Overwatch shows video gallery of action game Overwatch. Add your own video.
Что такое Overwatch Video Gallery?
Overwatch Video Gallery - это расширение Chrome, разработанное 1.000.000 Downloads, и его основная функция - "Overwatch shows video gallery of action game Overwatch. Add your own video.".
Снимки экрана расширения
Скачать файл CRX расширения Overwatch Video Gallery
Скачайте файлы расширений Overwatch Video Gallery в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Overwatch contains video gallery about shooter game Overwatch, highlights, assault, etc. ADD, BROWSE and EDIT GALLERY: - Right-click on video for adding + Click to: INTO Overwatch Video Gallery. - Browse and Edit in the icon app. - You can only add videos from YouTube. #all#for#fans
Основная информация о расширении
Название | |
ID | mfpindgeajanmhdldkkbijeeglgcmefd |
Официальный URL | https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd |
Описание | Overwatch shows video gallery of action game Overwatch. Add your own video. |
Размер файла | 136 KB |
Количество установок | 30 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-11-22 |
Дата публикации | 2016-11-22 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | 1.000.000 Downloads |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overwatch Video Gallery", "description": "Overwatch shows video gallery of action game Overwatch. Add your own video.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "conf.js", "background.js" ] }, "browser_action": { "default_icon": "img_sep\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |