Batman vs. Superman Gallery

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

Wat is Batman vs. Superman Gallery?

Batman vs. Superman Gallery is een Chrome-extensie ontwikkeld door yesforword, en de belangrijkste functie is "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Batman vs. Superman Gallery

Download Batman vs. Superman Gallery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
Officiële URL https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
Beschrijving Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Bestandsgrootte 137 KB
Aantal Installaties 951
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-01-19
Publicatiedatum 2021-01-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar yesforword
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.smart-finder.net/privacy.html
Ondersteunde Talen 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"
    }
}