TikTok Downloader

Download TikTok videos with the click of a single button

ما هو TikTok Downloader؟

TikTok Downloader هو إضافة Chrome تم تطويرها بواسطة Aponventure، والميزة الرئيسية لها هي "Download TikTok videos with the click of a single button".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة TikTok Downloader

قم بتنزيل ملفات الامتداد TikTok Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.                    

معلومات أساسية عن التمديد

الاسم TikTok Downloader TikTok Downloader
ID ghfacigpedfmpgpgmapmajhnkmdaegif
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif
الوصف Download TikTok videos with the click of a single button
حجم الملف 259 KB
عدد التثبيتات 1,844
النسخة الحالية 1.0.0
آخر تحديث 2020-07-11
تاريخ النشر 2020-07-11
تقييم 2.00/5 مجموع تقييمات 6
المطور Aponventure
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikTok Downloader",
    "description": "Download TikTok videos with the click of a single button",
    "version": "1.0.0",
    "short_name": "TikTokDL",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "TikTok Downloader",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/@*\/video\/*",
                "https:\/\/www.tiktok.com\/@*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab"
    ]
}