Mobile TikTok & Downloader

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

Mobile TikTok & Downloader란 무엇입니까?

Mobile TikTok & Downloader은(는) cjhdhrb828에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web TikTok and TikTok Downloader - browse and download your favorite videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mobile TikTok & Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}