Stories for Instagram™

Watch Lives anonymously. Download saved Live and IGTV. Allows viewing and downloading Stories and IGTV from desktop.

Stories for Instagram™ là gì?

Stories for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi brachovskitim, và tính năng chính của nó là "Watch Lives anonymously. Download saved Live and IGTV. Allows viewing and downloading Stories and IGTV from desktop.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Stories for Instagram™ 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

                                            

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

Tên Stories for Instagram™ Stories for Instagram™
ID mjdmcgejcmhlbbpfooagmlpgagobikjl
URL Chính Thức https://chrome.google.com/webstore/detail/stories-for-instagram/mjdmcgejcmhlbbpfooagmlpgagobikjl
Mô tả Watch Lives anonymously. Download saved Live and IGTV. Allows viewing and downloading Stories and IGTV from desktop.
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 5,192
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-01-25
Ngày Phát Hành 2021-01-25
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển brachovskitim
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/extmaster/privacy
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/browser.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/replace.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "assets\/css\/popup.css"
            ],
            "js": [
                "libs\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/instaLinkListener.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "https:\/\/*.instagram.com\/*",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads"
    ],
    "short_name": "Web IG",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "version_name": "1.0.3",
    "web_accessible_resources": [
        "assets\/images\/*",
        "css\/*"
    ]
}