Batman vs. Superman Gallery

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

Τι είναι το Batman vs. Superman Gallery;

Το Batman vs. Superman Gallery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yesforword, και η κύρια λειτουργία του είναι "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Batman vs. Superman Gallery

Λήψη αρχείων επέκτασης Batman vs. Superman Gallery σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
Επίσημο URL https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
Περιγραφή Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 951
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2021-01-19
Ημερομηνία Δημοσίευσης 2021-01-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής yesforword
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.smart-finder.net/privacy.html
Υποστηριζόμενες Γλώσσες 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"
    }
}