Overwatch Video Gallery
Overwatch shows video gallery of action game Overwatch. Add your own video.
Overwatch Video Gallery क्या है?
Overwatch Video Gallery 1.000.000 Downloads द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overwatch shows video gallery of action game Overwatch. Add your own video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Overwatch Video Gallery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Overwatch contains video gallery about shooter game Overwatch, highlights, assault, etc. ADD, BROWSE and EDIT GALLERY: - Right-click on video for adding + Click to: INTO Overwatch Video Gallery. - Browse and Edit in the icon app. - You can only add videos from YouTube. #all#for#fans
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mfpindgeajanmhdldkkbijeeglgcmefd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd |
विवरण | Overwatch shows video gallery of action game Overwatch. Add your own video. |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-11-22 |
प्रकाशन तिथि | 2016-11-22 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | 1.000.000 Downloads |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overwatch Video Gallery", "description": "Overwatch shows video gallery of action game Overwatch. Add your own video.", "version": "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": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |