Overwatch Video Gallery
Overwatch shows video gallery of action game Overwatch. Add your own video.
Overwatch Video Galleryとは何ですか?
Overwatch Video Galleryは1.000.000 Downloadsによって開発されたChromeの拡張機能で、その主な機能は「Overwatch shows video gallery of action game Overwatch. Add your own video.」です。
拡張機能のスクリーンショット
Overwatch Video Gallery拡張機能のCRXファイルをダウンロード
Overwatch Video Gallery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | mfpindgeajanmhdldkkbijeeglgcmefd |
公式URL | https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd |
説明 | Overwatch shows video gallery of action game Overwatch. Add your own video. |
ファイルサイズ | 136 KB |
インストール数 | 30 |
現在のバージョン | 1.0 |
最終更新日 | 2016-11-22 |
公開日 | 2016-11-22 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | 1.000.000 Downloads |
支払い方法 | free |
対応言語 | 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" } } |