Mobile TikTok & Downloader

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

Cos'è Mobile TikTok & Downloader?

Mobile TikTok & Downloader è un'estensione di Chrome sviluppata da cjhdhrb828, e la sua funzione principale è "Web TikTok and TikTok Downloader - browse and download your favorite videos".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mobile TikTok & Downloader

Scarica i file di estensione Mobile TikTok & Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mobile TikTok & Downloader Mobile TikTok & Downloader
ID jdjgnjieephgfljfnfplfebalfecmghl
URL Ufficiale https://chrome.google.com/webstore/detail/mobile-tiktok-downloader/jdjgnjieephgfljfnfplfebalfecmghl
Descrizione Web TikTok and TikTok Downloader - browse and download your favorite videos
Dimensione del File 18.11 KB
Conteggio Installazioni 10,000
Versione Corrente 1.4
Ultimo Aggiornamento 2022-10-07
Data di Pubblicazione 2021-03-07
Valutazione 2.25/5 Totale 8 Valutazioni
Sviluppatore cjhdhrb828
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}