Mobile TikTok & Downloader

Web TikTok and TikTok Downloader - browse and download your favorite videos

ما هو Mobile TikTok & Downloader؟

Mobile TikTok & Downloader هو إضافة Chrome تم تطويرها بواسطة cjhdhrb828، والميزة الرئيسية لها هي "Web TikTok and TikTok Downloader - browse and download your favorite videos".

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

screenshot
screenshot

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

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

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

                        Do you like to shoot videos and upload them to TikTok? We have a great Web TikTok extension for desktop chrome browser. Thanks to our new product, you can create videos, use the most popular songs, cool sound effects. Watch various videos and enjoy views. If you want your audience on TikTok to become even larger then TikTok Mobile View is exactly what you need. Your subscribers will envy the high quality of your videos. TikTok Mobile View is free and lightweight. Install and use it soon.                    

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

الاسم Mobile TikTok & Downloader Mobile TikTok & Downloader
ID jdjgnjieephgfljfnfplfebalfecmghl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mobile-tiktok-downloader/jdjgnjieephgfljfnfplfebalfecmghl
الوصف Web TikTok and TikTok Downloader - browse and download your favorite videos
حجم الملف 18.11 KB
عدد التثبيتات 10,000
النسخة الحالية 1.4
آخر تحديث 2022-10-07
تاريخ النشر 2021-03-07
تقييم 2.25/5 مجموع تقييمات 8
المطور cjhdhrb828
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mobile TikTok & Downloader",
    "description": "__MSG_description__",
    "version": "1.4",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "128": "med_html\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "med_html\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "files\/second_serv.js"
        ]
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "files\/omnita.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "files\/cormita.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "med_html\/download-file.png",
        "*.css",
        "*.js"
    ]
}