download for image and video etc
download image&video
download for image and video etcとは何ですか?
download for image and video etcはhttps://sslbitcoin.comによって開発されたChromeの拡張機能で、その主な機能は「download image&video」です。
拡張機能のスクリーンショット
download for image and video etc拡張機能のCRXファイルをダウンロード
download for image and video etc拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The tool currently supports images and video downloads from Instagram ; 1、download images 2、download video 3、download multi images one click 4、download story note: This tool don't collect your data.
拡張機能の基本情報
名前 | download for image and video etc |
ID | obbbkmiljligknepdoianolkmkbcnkdd |
公式URL | https://chromewebstore.google.com/detail/download-for-image-and-vi/obbbkmiljligknepdoianolkmkbcnkdd |
説明 | download image&video |
ファイルサイズ | 72.12 KB |
インストール数 | 3,608 |
現在のバージョン | 1.2.8 |
最終更新日 | 2023-08-25 |
公開日 | 2022-03-02 |
評価 | 2.43/5 合計 7 レビュー |
開発者 | https://sslbitcoin.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sslbitcoin.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "download for image and video etc", "homepage_url": "https:\/\/sslbitcoin.com", "description": "download image&video", "version": "1.2.8", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "iframeTmp.html" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ], "icons": { "16": "img\/receive.png", "48": "img\/download.png" }, "permissions": [ "downloads", "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/*.sslbitcoin.com\/*", "https:\/\/*.instagram.com\/" ], "background": { "service_worker": "js\/bg.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "css": [ "css\/content-new.css", "css\/content.css" ], "js": [ "js\/jquery.min.js", "js\/m.js", "js\/cs2.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.sslbitcoin.com\/*" ] }, "content_security_policy": { "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'" } } |