Instastalk

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

Instastalk क्या है?

Instastalk stiubhart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instastalk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Instastalk Instastalk
ID ebpmpkiabmjgiomijjnplanekkliilae
आधिकारिक URL https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae
विवरण Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
फ़ाइल का आकार 910 KB
स्थापना संख्या 5,697
वर्तमान संस्करण 2.2
अंतिम अपडेट 2022-09-01
प्रकाशन तिथि 2020-05-07
रेटिंग 3.43/5 कुल 7 रेटिंग्स
डेवलपर stiubhart
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}