Overwatch Video
Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
Wat is Overwatch Video?
Overwatch Video is een Chrome-extensie ontwikkeld door Video_Gallery, en de belangrijkste functie is "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Overwatch Video
Download Overwatch Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aaidhhapmddcacmplomaofmanihckiak |
Officiële URL | https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak |
Beschrijving | Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video. |
Bestandsgrootte | 139 KB |
Aantal Installaties | 70 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-07-04 |
Publicatiedatum | 2017-07-03 |
Beoordeling | 4.46/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Video_Gallery |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |