Suicide Squad Photo Gallery
Photo Gallery of superhero comics film Suicide Squad. Add new picture from any websites.
Suicide Squad Photo Galleryとは何ですか?
Suicide Squad Photo GalleryはFun & Useful Appsによって開発されたChromeの拡張機能で、その主な機能は「Photo Gallery of superhero comics film Suicide Squad. Add new picture from any websites.」です。
拡張機能のスクリーンショット
Suicide Squad Photo Gallery拡張機能のCRXファイルをダウンロード
Suicide Squad Photo Gallery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Photo Gallery of comics sci-fi movie Suicide Squad, superhero Will Smith as Deadshot, Margot Robbie as Harley Quinn, Joker and many other. You can add new image from any webpages. Right click directly on image and confirm by clicking to Suicide Squad Photo Gallery in context menu For viewing and deleting the pictures click on app icon.
拡張機能の基本情報
名前 | |
ID | dccefhjaifdmpkjcbiojjennojmedchc |
公式URL | https://chrome.google.com/webstore/detail/suicide-squad-photo-galle/dccefhjaifdmpkjcbiojjennojmedchc |
説明 | Photo Gallery of superhero comics film Suicide Squad. Add new picture from any websites. |
ファイルサイズ | 137 KB |
インストール数 | 72 |
現在のバージョン | 2.0.0 |
最終更新日 | 2017-04-08 |
公開日 | 2017-04-08 |
評価 | 2.38/5 合計 8 レビュー |
開発者 | Fun & Useful Apps |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Suicide Squad Photo Gallery", "description": "Photo Gallery of superhero comics film Suicide Squad. Add new picture from any websites.", "version": "2.0.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" } } |