Instagram Image Right Click
A tool for open image from Instagram.
Apa itu Instagram Image Right Click?
Instagram Image Right Click adalah ekstensi Chrome yang dikembangkan oleh lumosnysm, dan fitur utamanya adalah "A tool for open image from Instagram.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instagram Image Right Click
Unduh file ekstensi Instagram Image Right Click dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Now you can right click to open image in new tab when using instagram. Enjoy!
Informasi Dasar Ekstensi
Nama | |
ID | jppbdmlnkmhkgpnfikbpodadcoohdiam |
URL Resmi | https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam |
Deskripsi | A tool for open image from Instagram. |
Ukuran File | 159 KB |
Jumlah Instalasi | 183 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-02-09 |
Tanggal Publikasi | 2020-02-09 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | lumosnysm |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Image Right Click", "version": "1.0", "description": "A tool for open image from Instagram.", "permissions": [ "storage", "declarativeContent", "contextMenus", "https:\/\/www.instagram.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png" }, "manifest_version": 2 } |