Overwatch Video
Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
Cos'è Overwatch Video?
Overwatch Video è un'estensione di Chrome sviluppata da Video_Gallery, e la sua funzione principale è "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Overwatch Video
Scarica i file di estensione Overwatch Video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aaidhhapmddcacmplomaofmanihckiak |
URL Ufficiale | https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak |
Descrizione | Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video. |
Dimensione del File | 139 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-07-04 |
Data di Pubblicazione | 2017-07-03 |
Valutazione | 4.46/5 Totale 13 Valutazioni |
Sviluppatore | Video_Gallery |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |