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文件

下载Mobile TikTok & Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}