Batman vs. Superman Gallery
Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Cos'è Batman vs. Superman Gallery?
Batman vs. Superman Gallery è un'estensione di Chrome sviluppata da yesforword, e la sua funzione principale è "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Batman vs. Superman Gallery
Scarica i file di estensione Batman vs. Superman Gallery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gcfooaedafgdhphedcccleodmalapigo |
URL Ufficiale | https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo |
Descrizione | Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 951 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-01-19 |
Data di Pubblicazione | 2021-01-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | yesforword |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.smart-finder.net/privacy.html |
Lingue Supportate | 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" } } |