Instastalk

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

Vad är Instastalk?

Instastalk är en Chrome-tillägg utvecklad av stiubhart, och dess huvudfunktion är "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo".

Tilläggsskärmbilder

screenshot

Ladda ner Instastalk-förlängningens CRX-fil

Ladda ner Instastalk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Instastalk Instastalk
ID ebpmpkiabmjgiomijjnplanekkliilae
Officiell webbadress https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae
Beskrivning Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Filstorlek 910 KB
Antal Installationer 5,697
Aktuell Version 2.2
Senast Uppdaterad 2022-09-01
Publiceringsdatum 2020-05-07
Betyg 3.43/5 Totalt 7 Betyg
Utvecklare stiubhart
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}