Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Vad är Story Downloader?
Story Downloader är en Chrome-tillägg utvecklad av Extensions for Everyone, och dess huvudfunktion är "With the Story Downloader you can view stories anonymously and download them for free.".
Tilläggsskärmbilder
Ladda ner Story Downloader-förlängningens CRX-fil
Ladda ner Story Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | pneajbbepheokncfcicjoeakmajaegem |
Officiell webbadress | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Beskrivning | With the Story Downloader you can view stories anonymously and download them for free. |
Filstorlek | 149 KB |
Antal Installationer | 3,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-11-25 |
Publiceringsdatum | 2020-11-25 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Extensions for Everyone |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.storydownloader.org |
Stödda Språk | 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" } } |