Batman vs. Superman Gallery

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

Hvad er Batman vs. Superman Gallery?

Batman vs. Superman Gallery er en Chrome-udvidelse udviklet af yesforword, og dens hovedfunktion er "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Udvidelsesskærmbilleder

screenshot

Download Batman vs. Superman Gallery-udvidelses-CRX-fil

Download Batman vs. Superman Gallery-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
Officiel URL https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
Beskrivelse Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Filstørrelse 137 KB
Antal Installationer 951
Nuværende Version 1.1.0
Senest Opdateret 2021-01-19
Udgivelsesdato 2021-01-19
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler yesforword
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.smart-finder.net/privacy.html
Understøttede Sprog 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"
    }
}