Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Apa itu Story Downloader?
Story Downloader adalah ekstensi Chrome yang dikembangkan oleh Extensions for Everyone, dan fitur utamanya adalah "With the Story Downloader you can view stories anonymously and download them for free.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Story Downloader
Unduh file ekstensi Story Downloader 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
Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.
Informasi Dasar Ekstensi
Nama | |
ID | pneajbbepheokncfcicjoeakmajaegem |
URL Resmi | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Deskripsi | With the Story Downloader you can view stories anonymously and download them for free. |
Ukuran File | 149 KB |
Jumlah Instalasi | 3,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-11-25 |
Tanggal Publikasi | 2020-11-25 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Extensions for Everyone |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.storydownloader.org |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Downloader", "version": "1.0", "description": "With the Story Downloader you can view stories anonymously and download them for free.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |