Instant - Instagram™ and TikTok™ Downloader

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

什麼是Instant - Instagram™ and TikTok™ Downloader?

Instant - Instagram™ and TikTok™ Downloader是由alekzgreen開發的Chrome擴展程式,該擴展的主要功能是“Save videos and images from Instagram™ and TikTok™ in one click!”。

擴展截圖

screenshot
screenshot

下載Instant - Instagram™ and TikTok™ Downloader擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Instant - Instagram™ and TikTok™ Downloader Instant - Instagram™ and TikTok™ Downloader
ID hfoogiiecnglahookahfeppjlgkkdjdo
官方網址 https://chrome.google.com/webstore/detail/instant-instagram-and-tik/hfoogiiecnglahookahfeppjlgkkdjdo
簡介 Save videos and images from Instagram™ and TikTok™ in one click!
檔案大小 1.37 MB
安裝次數 4,000
目前版本 1.2.6
更新時間 2020-12-02
上架時間 2019-12-02
評分 2.43/5 共 14 次評分
開發者 alekzgreen
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}