Batman vs. Superman Gallery

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

Apa itu Batman vs. Superman Gallery?

Batman vs. Superman Gallery adalah ekstensi Chrome yang dikembangkan oleh yesforword, dan fitur utamanya adalah "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Batman vs. Superman Gallery

Unduh file ekstensi Batman vs. Superman Gallery dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
URL Resmi https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
Deskripsi Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Ukuran File 137 KB
Jumlah Instalasi 951
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-01-19
Tanggal Publikasi 2021-01-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang yesforword
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.smart-finder.net/privacy.html
Bahasa yang Didukung 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"
    }
}