Batman vs. Superman Gallery

Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.

What is Batman vs. Superman Gallery?

Batman vs. Superman Gallery is a Chrome extension developed by yesforword, and its main feature is "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Extension Screenshots

screenshot

Download Batman vs. Superman Gallery Extension CRX File

Download Batman vs. Superman Gallery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
Official URL https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
Description Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
File Size 137 KB
Installation Count 951
Current Version 1.1.0
Last Updated 2021-01-19
Publish Date 2021-01-19
Rating 5.00/5 Total 2 Ratings
Developer yesforword
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smart-finder.net/privacy.html
Supported Languages 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"
    }
}