Overwatch Video Gallery
Overwatch shows video gallery of action game Overwatch. Add your own video.
Wat is Overwatch Video Gallery?
Overwatch Video Gallery is een Chrome-extensie ontwikkeld door 1.000.000 Downloads, en de belangrijkste functie is "Overwatch shows video gallery of action game Overwatch. Add your own video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Overwatch Video Gallery
Download Overwatch Video Gallery-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 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
Basisinformatie over de Extensie
Naam | |
ID | mfpindgeajanmhdldkkbijeeglgcmefd |
Officiële URL | https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd |
Beschrijving | Overwatch shows video gallery of action game Overwatch. Add your own video. |
Bestandsgrootte | 136 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-22 |
Publicatiedatum | 2016-11-22 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | 1.000.000 Downloads |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |