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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alekzgreen และคุณลักษณะหลักของมันคือ "Save videos and images from Instagram™ and TikTok™ in one click!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant - Instagram™ and TikTok™ Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}