Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Qu'est-ce que Story Downloader ?
Story Downloader est une extension Chrome développée par Extensions for Everyone, et sa fonction principale est "With the Story Downloader you can view stories anonymously and download them for free.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Story Downloader
Téléchargez les fichiers d'extension Story Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pneajbbepheokncfcicjoeakmajaegem |
URL Officiel | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Description | With the Story Downloader you can view stories anonymously and download them for free. |
Taille du Fichier | 149 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-25 |
Date de Publication | 2020-11-25 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Extensions for Everyone |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.storydownloader.org |
Langues Prises en Charge | 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" } } |