Instant - Instagram™ and TikTok™ Downloader
Save videos and images from Instagram™ and TikTok™ in one click!
Instant - Instagram™ and TikTok™ Downloaderとは何ですか?
Instant - Instagram™ and TikTok™ Downloaderはalekzgreenによって開発されたChromeの拡張機能で、その主な機能は「Save videos and images from Instagram™ and TikTok™ in one click!」です。
拡張機能のスクリーンショット
Instant - Instagram™ and TikTok™ Downloader拡張機能のCRXファイルをダウンロード
Instant - Instagram™ and TikTok™ Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instant is simply extension that helps you save content from popular social networks. UPDATE (12/1/2020): Extension under maintenance. We working on new core functionality to support TikTok downloading. Stay tuned!
拡張機能の基本情報
名前 | |
ID | hfoogiiecnglahookahfeppjlgkkdjdo |
公式URL | https://chrome.google.com/webstore/detail/instant-instagram-and-tik/hfoogiiecnglahookahfeppjlgkkdjdo |
説明 | Save videos and images from Instagram™ and TikTok™ in one click! |
ファイルサイズ | 1.37 MB |
インストール数 | 4,000 |
現在のバージョン | 1.2.6 |
最終更新日 | 2020-12-02 |
公開日 | 2019-12-02 |
評価 | 2.43/5 合計 14 レビュー |
開発者 | alekzgreen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant - Instagram\u2122 and TikTok\u2122 Downloader", "short_name": "Instant", "version": "1.2.6", "description": "Save videos and images from Instagram\u2122 and TikTok\u2122 in one click!", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jlbnmcnmjhcgdnbkdlgmibahbffjlnpa", "manifest_version": 2, "options_ui": { "page": "settings.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "unlimitedStorage", "activeTab", "*:\/\/*.tiktok.com\/*", "downloads", "contextMenus" ], "background": { "scripts": [ "browser-polyfill.js", "vendors\/bundle.js", "bg\/bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.js", "vendors\/bundle.js", "content\/bundle.js" ] } ], "browser_action": { "default_icon": "icon-32.png", "default_title": "Instant" }, "icons": { "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "content\/*.svg" ] } |