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 yesforword द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Batman vs. Superman Gallery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |