Instastalk

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

Instastalk là gì?

Instastalk là một tiện ích mở rộng Chrome được phát triển bởi stiubhart, và tính năng chính của nó là "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instastalk

Tải xuống các tệp mở rộng Instastalk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instastalk Instastalk
ID ebpmpkiabmjgiomijjnplanekkliilae
URL Chính Thức https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae
Mô tả Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Kích Thước Tệp 910 KB
Số Lần Cài Đặt 5,697
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2020-05-07
Đánh Giá 3.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển stiubhart
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}