Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Hvad er Story Downloader?
Story Downloader er en Chrome-udvidelse udviklet af Extensions for Everyone, og dens hovedfunktion er "With the Story Downloader you can view stories anonymously and download them for free.".
Udvidelsesskærmbilleder
Download Story Downloader-udvidelses-CRX-fil
Download Story Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pneajbbepheokncfcicjoeakmajaegem |
Officiel URL | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Beskrivelse | With the Story Downloader you can view stories anonymously and download them for free. |
Filstørrelse | 149 KB |
Antal Installationer | 3,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-11-25 |
Udgivelsesdato | 2020-11-25 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | Extensions for Everyone |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.storydownloader.org |
Understøttede Sprog | 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" } } |