Batman vs. Superman Gallery
Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
Co je Batman vs. Superman Gallery?
Batman vs. Superman Gallery je rozšíření Chrome vyvinuté yesforword, a jeho hlavní funkcí je „Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Batman vs. Superman Gallery
Stáhněte si soubory rozšíření Batman vs. Superman Gallery ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gcfooaedafgdhphedcccleodmalapigo |
Oficiální URL | https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo |
Popis | Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images. |
Velikost souboru | 137 KB |
Počet instalací | 951 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2021-01-19 |
Datum Vydání | 2021-01-19 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | yesforword |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.smart-finder.net/privacy.html |
Podporované Jazyky | 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" } } |