Instant - Instagram™ and TikTok™ Downloader

Save videos and images from Instagram™ and TikTok™ in one click!

Instant - Instagram™ and TikTok™ Downloader là gì?

Instant - Instagram™ and TikTok™ Downloader là một tiện ích mở rộng Chrome được phát triển bởi alekzgreen, và tính năng chính của nó là "Save videos and images from Instagram™ and TikTok™ in one click!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instant - Instagram™ and TikTok™ Downloader

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

                        Instant is simply extension that helps you save content from popular social networks.

UPDATE (12/1/2020): Extension under maintenance. We working on new core functionality to support TikTok downloading. Stay tuned!                    

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

Tên Instant - Instagram™ and TikTok™ Downloader Instant - Instagram™ and TikTok™ Downloader
ID hfoogiiecnglahookahfeppjlgkkdjdo
URL Chính Thức https://chrome.google.com/webstore/detail/instant-instagram-and-tik/hfoogiiecnglahookahfeppjlgkkdjdo
Mô tả Save videos and images from Instagram™ and TikTok™ in one click!
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2020-12-02
Ngày Phát Hành 2019-12-02
Đánh Giá 2.43/5 Tổng số 14 Đánh Giá
Nhà Phát Triển alekzgreen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant - Instagram\u2122 and TikTok\u2122 Downloader",
    "short_name": "Instant",
    "version": "1.2.6",
    "description": "Save videos and images from Instagram\u2122 and TikTok\u2122 in one click!",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jlbnmcnmjhcgdnbkdlgmibahbffjlnpa",
    "manifest_version": 2,
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "*:\/\/*.tiktok.com\/*",
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.js",
                "vendors\/bundle.js",
                "content\/bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "Instant"
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "content\/*.svg"
    ]
}