Instagram Downloader
Download images/videos from instagram. No ads. Enjoy :)
Instagram Downloaderとは何ですか?
Instagram Downloaderはcjkumareshによって開発されたChromeの拡張機能で、その主な機能は「Download images/videos from instagram. No ads. Enjoy :)」です。
拡張機能のスクリーンショット
Instagram Downloader拡張機能のCRXファイルをダウンロード
Instagram Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will allow the users to download high resolution images and videos from instagram Features: 1. Download specific image in a profile (e.g: https://www.instagram.com/p/BHCPdEcgpVr/) or (e.g: https://www.instagram.com/p/BHCPdEcgpVr/?taken-by=samanthaprabhuofficial) 2. Download all images from a profile (e.g: https://www.instagram.com/shrutzhaasan/) 3. Download all images in home page (e.g: https://www.instagram.com) 4. Download specific video in a profile (e.g: https://www.instagram.com/p/BHW-JtggF9X/) or (e.g: https://www.instagram.com/p/BHW-JtggF9X/?taken-by=marloeshorst) 5. Download all videos from home page (e.g: https://www.instagram.com) Note: Downloading all videos for a profile is not implemented yet If you like this plugin. Please star this project on Github https://github.com/cjkumaresh/instagram-downloader-chrome
拡張機能の基本情報
名前 | Instagram Downloader |
ID | jhbapkbempcealhabaeicidlgbmhafmk |
公式URL | https://chromewebstore.google.com/detail/instagram-downloader/jhbapkbempcealhabaeicidlgbmhafmk |
説明 | Download images/videos from instagram. No ads. Enjoy :) |
ファイルサイズ | 88.3 KB |
インストール数 | 1,314 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-12-20 |
公開日 | 2023-12-20 |
評価 | 3.92/5 合計 36 レビュー |
開発者 | cjkumaresh |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/cjkumaresh/instagram-downloader-chrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Downloader", "description": "Download images\/videos from instagram. No ads. Enjoy :)", "version": "1.0.2", "short_name": "Instagram Download", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "content.js" ], "all_frames": false } ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |