TikPak Downloader

TikPak Downloader, helps you view and download videos from Tiktok in one click!

ما هو TikPak Downloader؟

TikPak Downloader هو إضافة Chrome تم تطويرها بواسطة tikpac.downloader، والميزة الرئيسية لها هي "TikPak Downloader, helps you view and download videos from Tiktok in one click!".

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

screenshot
screenshot

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

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

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

                        !!! The extension has a block with Promotion of other extensions !!!

TikPak Downloader helps you to download videos from the TikTok platform.
Now your favorite videos will be always at hand even without Internet access!

Functions:
- Download TikTok videos in one click;
- Quick access to downloaded videos;
- Convenient and minimalistic interface;
- The extension REALLY allows you to download absolutely any video from Tiktok.
- The extension also shows recommended apps from the developer and partners in popup.


We will add soon:
- Bulk download of videos from profile pages and feed from Tiktok.

Changelog:
-- v2.1.2
 - Fix bugs
 - Change service for support
-- v2.0.3
 - Fix for updates tiktok
- v2.0.2
  - Removed mobile view feature (removed webRequset, webRequestBlocking permissions)
  - If it is not possible to determine the file name, instead of generating a random name, returned the video id.
 - Added a button to open the download folder
- v2.0.1
 - Fix download file of name with emoji
- v2.0.0:
 - Added bulk downloads;
-  Added mobile view;
-  Added FAQ page;
-  New Popup Design.

- v1.4.4: 
 * fixes the display of the download button on the detail page
- v1.4: 
  * settings button was added in a Popup;
  * you can select where to save downloaded videos:  
          1) by default;
          2) in a TikPak folder (created in your downloads);
          3) in a folder for every user whose videos you download.



ATTENTION: EXTENSION DOWNLOADS YOUR VIDEOS ONLY FROM TikTok SERVICE !!!                    

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

الاسم TikPak Downloader TikPak Downloader
ID mgpfdecanbjnfbnkndpcpapjlhdgmlcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/tikpak-downloader/mgpfdecanbjnfbnkndpcpapjlhdgmlcf
الوصف TikPak Downloader, helps you view and download videos from Tiktok in one click!
حجم الملف 938 KB
عدد التثبيتات 8,278
النسخة الحالية 2.1.2
آخر تحديث 2023-05-19
تاريخ النشر 2021-01-12
تقييم 3.59/5 مجموع تقييمات 59
المطور tikpac.downloader
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,en-US,fr,tr,ru,uk,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "TikPak",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/16.png",
        "24": "images\/icons\/24.png",
        "32": "images\/icons\/32.png",
        "128": "images\/icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "TikPak",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "24": "images\/icons\/24.png",
            "32": "images\/icons\/32.png",
            "128": "images\/icons\/128.png"
        }
    },
    "version": "2.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktokcdn.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/tiktok.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.tiktokcdn.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/tiktok.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "tabs"
    ]
}