Batman vs. Superman Gallery

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

Was ist Batman vs. Superman Gallery?

Batman vs. Superman Gallery ist eine Chrome-Erweiterung, die von yesforword entwickelt wurde, und ihr Hauptmerkmal ist "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Erweiterungsscreenshots

screenshot

Batman vs. Superman Gallery-Erweiterungs-CRX-Datei herunterladen

Laden Sie Batman vs. Superman Gallery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
Offizielle URL https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
Beschreibung Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Dateigröße 137 KB
Installationsanzahl 951
Aktuelle Version 1.1.0
Letztes Update 2021-01-19
Veröffentlichungsdatum 2021-01-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler yesforword
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.smart-finder.net/privacy.html
Unterstützte Sprachen 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"
    }
}