Instastalk

Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo

Wat is Instastalk?

Instastalk is een Chrome-extensie ontwikkeld door stiubhart, en de belangrijkste functie is "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instastalk

Download Instastalk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        **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                    

Basisinformatie over de Extensie

Naam Instastalk Instastalk
ID ebpmpkiabmjgiomijjnplanekkliilae
Officiële URL https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae
Beschrijving Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Bestandsgrootte 910 KB
Aantal Installaties 5,697
Huidige Versie 2.2
Laatst Bijgewerkt 2022-09-01
Publicatiedatum 2020-05-07
Beoordeling 3.43/5 Totaal 7 Beoordelingen
Ontwikkelaar stiubhart
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}