Mobile TikTok & Downloader

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

Vad är Mobile TikTok & Downloader?

Mobile TikTok & Downloader är en Chrome-tillägg utvecklad av cjhdhrb828, och dess huvudfunktion är "Web TikTok and TikTok Downloader - browse and download your favorite videos".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Mobile TikTok & Downloader-förlängningens CRX-fil

Ladda ner Mobile TikTok & Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mobile TikTok & Downloader Mobile TikTok & Downloader
ID jdjgnjieephgfljfnfplfebalfecmghl
Officiell webbadress https://chrome.google.com/webstore/detail/mobile-tiktok-downloader/jdjgnjieephgfljfnfplfebalfecmghl
Beskrivning Web TikTok and TikTok Downloader - browse and download your favorite videos
Filstorlek 18.11 KB
Antal Installationer 10,000
Aktuell Version 1.4
Senast Uppdaterad 2022-10-07
Publiceringsdatum 2021-03-07
Betyg 2.25/5 Totalt 8 Betyg
Utvecklare cjhdhrb828
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}