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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}