Batman vs. Superman Gallery

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

Qu'est-ce que Batman vs. Superman Gallery ?

Batman vs. Superman Gallery est une extension Chrome développée par yesforword, et sa fonction principale est "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Batman vs. Superman Gallery

Téléchargez les fichiers d'extension Batman vs. Superman Gallery au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
URL Officiel 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.
Taille du Fichier 137 KB
Nombre d'Installations 951
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-01-19
Date de Publication 2021-01-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur yesforword
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.smart-finder.net/privacy.html
Langues Prises en Charge 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"
    }
}