Instagram Image Downloader
Download Instagram post page image
Cos'è Instagram Image Downloader?
Instagram Image Downloader è un'estensione di Chrome sviluppata da https://11-30am.com, e la sua funzione principale è "Download Instagram post page image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Image Downloader
Scarica i file di estensione Instagram Image Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Instagramの投稿ページでこの拡張機能のアイコンをクリックすると、Instagramの画像をワンクリックでダウンロードできます。 Instagramの画像を大量に取得したい場合など、サクサクダウンロードできて便利です。 アイコンはこちらからお借りしました。 https://icons8.com/
Informazioni di Base sull'Estensione
Nome | |
ID | hkgigokdbpiojhgpmjklcjkiddklcgag |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-image-downloade/hkgigokdbpiojhgpmjklcjkiddklcgag |
Descrizione | Download Instagram post page image |
Dimensione del File | 355 KB |
Conteggio Installazioni | 600 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-02-17 |
Data di Pubblicazione | 2020-02-17 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | https://11-30am.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Image Downloader", "version": "0.2", "description": "Download Instagram post page image", "browser_action": { "default_title": "download instagram image", "default_icon": "icon.png" }, "permissions": [ "activeTab", "downloads" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "js\/script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "js\/contents.js" ] } ] } |