Overwatch Video Gallery
Overwatch shows video gallery of action game Overwatch. Add your own video.
What is Overwatch Video Gallery?
Overwatch Video Gallery is a Chrome extension developed by 1.000.000 Downloads, and its main feature is "Overwatch shows video gallery of action game Overwatch. Add your own video.".
Extension Screenshots
Download Overwatch Video Gallery Extension CRX File
Download Overwatch Video Gallery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mfpindgeajanmhdldkkbijeeglgcmefd |
Official URL | https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd |
Description | Overwatch shows video gallery of action game Overwatch. Add your own video. |
File Size | 136 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2016-11-22 |
Publish Date | 2016-11-22 |
Rating | 2.33/5 Total 3 Ratings |
Developer | 1.000.000 Downloads |
Payment Type | free |
Supported Languages | 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" } } |