Batman vs. Superman Gallery
Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
O que é Batman vs. Superman Gallery?
Batman vs. Superman Gallery é uma extensão do Chrome desenvolvida por yesforword, e sua principal característica é "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Batman vs. Superman Gallery
Baixe arquivos de extensão Batman vs. Superman Gallery no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gcfooaedafgdhphedcccleodmalapigo |
URL Oficial | https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo |
Descrição | Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images. |
Tamanho do Arquivo | 137 KB |
Contagem de Instalações | 951 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-01-19 |
Data de Publicação | 2021-01-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | yesforword |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.smart-finder.net/privacy.html |
Idiomas Suportados | 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" } } |