Instastalk

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

什麼是Instastalk?

Instastalk是由stiubhart開發的Chrome擴展程式,該擴展的主要功能是“Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo”。

擴展截圖

screenshot

下載Instastalk擴展crx文件

下載Instastalk擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        **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
官方網址 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": [
                ""
            ]
        }
    ]
}