Batman vs. Superman Gallery
Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Что такое Batman vs. Superman Gallery?
Batman vs. Superman Gallery - это расширение Chrome, разработанное yesforword, и его основная функция - "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".
Снимки экрана расширения
Скачать файл CRX расширения Batman vs. Superman Gallery
Скачайте файлы расширений Batman vs. Superman Gallery в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This app contains image gallery of superheroes from film Batman vs Superman: Dawn of Justice, Man of Steel, Joker and their comics pictures. Users can add new photos from any webpage: - Click right mouse on actual photo. - In context menu click to Add to Batman vs. Superman Gallery.
Основная информация о расширении
Название | |
ID | gcfooaedafgdhphedcccleodmalapigo |
Официальный URL | https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo |
Описание | Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images. |
Размер файла | 137 KB |
Количество установок | 951 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2021-01-19 |
Дата публикации | 2021-01-19 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | yesforword |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.smart-finder.net/privacy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batman vs. Superman Gallery", "description": "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.", "version": "1.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": [ "contextMenus" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |