Overwatch Video
Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
What is Overwatch Video?
Overwatch Video is a Chrome extension developed by Video_Gallery, and its main feature is "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.".
Extension Screenshots
Download Overwatch Video Extension CRX File
Download Overwatch Video 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 brings video gallery about most popular multiplayer shooter game Overwatch, Assault, guns pisctures, maps nad more. Game fans can add new video to gallery: * Right-click on video for adding. * Click to: Add to Overwatch Video. * You can only add videos from YouTube. Please share on Twitter, G+, Facebook.
Extension Basic Information
Name | |
ID | aaidhhapmddcacmplomaofmanihckiak |
Official URL | https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak |
Description | Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video. |
File Size | 139 KB |
Installation Count | 70 |
Current Version | 2.0 |
Last Updated | 2017-07-04 |
Publish Date | 2017-07-03 |
Rating | 4.46/5 Total 13 Ratings |
Developer | Video_Gallery |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overwatch Video", "description": "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.", "version": "2.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" } } |