Insta Stories
View Instagram Stories anonymously and download them to your device.
Qu'est-ce que Insta Stories ?
Insta Stories est une extension Chrome développée par Extensions for Everyone, et sa fonction principale est "View Instagram Stories anonymously and download them to your device.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Insta Stories
Téléchargez les fichiers d'extension Insta Stories 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
Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account. Additional features – save a Story to any device in one click and download Story updates automatically.
Informations de Base sur l'Extension
Nom | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
URL Officiel | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Description | View Instagram Stories anonymously and download them to your device. |
Taille du Fichier | 149 KB |
Nombre d'Installations | 3,685 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-25 |
Date de Publication | 2020-11-25 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | Extensions for Everyone |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.insta-stories.net |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Stories", "version": "1.0", "description": "View Instagram Stories anonymously and download them to your device.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |