Instastalk
Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Cos'è Instastalk?
Instastalk è un'estensione di Chrome sviluppata da stiubhart, e la sua funzione principale è "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instastalk
Scarica i file di estensione Instastalk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
**Updated for Instagram and Chrome V3 changes** Secretly watch Instagram stories without anyone knowing. Simply toggle the icon in your toolbar to turn incognito mode on/off Now you can download the story or feeds video / image so you can keep forever!! Wooooo
Informazioni di Base sull'Estensione
Nome | |
ID | ebpmpkiabmjgiomijjnplanekkliilae |
URL Ufficiale | https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae |
Descrizione | Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo |
Dimensione del File | 910 KB |
Conteggio Installazioni | 5,697 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2022-09-01 |
Data di Pubblicazione | 2020-05-07 |
Valutazione | 3.43/5 Totale 7 Valutazioni |
Sviluppatore | stiubhart |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instastalk", "description": "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo", "version": "2.2", "icons": { "16": "favicons\/favicon-16x16.png", "32": "favicons\/favicon-32x32.png", "48": "favicon48.png", "128": "favicons\/android-chrome-144x144.png" }, "action": [], "permissions": [ "declarativeNetRequest" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/", "https:\/\/instagram.com\/" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "Instastalk_download.png" ], "matches": [ " |