Image Extractor - by Visual View
Single click extract and download images on any webpage
Apa itu Image Extractor - by Visual View?
Image Extractor - by Visual View adalah ekstensi Chrome yang dikembangkan oleh https://visualview.app, dan fitur utamanya adalah "Single click extract and download images on any webpage".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Image Extractor - by Visual View
Unduh file ekstensi Image Extractor - by Visual View 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
The simplest way to extract and download images on a webpage.
Informasi Dasar Ekstensi
Nama | Image Extractor - by Visual View |
ID | ppbbnicomlpilfkohhknjdkndelfncjl |
URL Resmi | https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl |
Deskripsi | Single click extract and download images on any webpage |
Ukuran File | 656 KB |
Jumlah Instalasi | 2,697 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2022-07-21 |
Tanggal Publikasi | 2021-06-29 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | https://visualview.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.visualview.app/ |
URL Halaman Kebijakan Privasi | https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Extractor - by Visual View", "description": "Single click extract and download images on any webpage", "version": "0.0.4", "manifest_version": 2, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "title": "Extract images" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "downloads", "activeTab" ] } |