Mobile TikTok & Downloader

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

Apa itu Mobile TikTok & Downloader?

Mobile TikTok & Downloader adalah ekstensi Chrome yang dikembangkan oleh cjhdhrb828, dan fitur utamanya adalah "Web TikTok and TikTok Downloader - browse and download your favorite videos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mobile TikTok & Downloader

Unduh file ekstensi Mobile TikTok & Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mobile TikTok & Downloader Mobile TikTok & Downloader
ID jdjgnjieephgfljfnfplfebalfecmghl
URL Resmi https://chrome.google.com/webstore/detail/mobile-tiktok-downloader/jdjgnjieephgfljfnfplfebalfecmghl
Deskripsi Web TikTok and TikTok Downloader - browse and download your favorite videos
Ukuran File 18.11 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-10-07
Tanggal Publikasi 2021-03-07
Penilaian 2.25/5 Total 8 Penilaian
Pengembang cjhdhrb828
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}