Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
O que é Story Downloader?
Story Downloader é uma extensão do Chrome desenvolvida por Extensions for Everyone, e sua principal característica é "With the Story Downloader you can view stories anonymously and download them for free.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Story Downloader
Baixe arquivos de extensão Story Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pneajbbepheokncfcicjoeakmajaegem |
URL Oficial | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Descrição | With the Story Downloader you can view stories anonymously and download them for free. |
Tamanho do Arquivo | 149 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 1.0 |
Última Atualização | 2020-11-25 |
Data de Publicação | 2020-11-25 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Extensions for Everyone |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.storydownloader.org |
Idiomas Suportados | 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" } } |