Web TikTok

Watch tik tok in mobile form in a browser.

Web TikTok là gì?

Web TikTok là một tiện ích mở rộng Chrome được phát triển bởi foa18676, và tính năng chính của nó là "Watch tik tok in mobile form in a browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web TikTok

Tải xuống các tệp mở rộng Web TikTok dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        TikTok Mobile View - this is the name of our new extension, which is already used by a lot of people.  TikTok Mobile View is an extension where you can create your account and upload your videos to the network.  You can use different effects, slow down or speed up your video, and the ability to apply a filter to your video is also provided.  It contains a huge amount of different music.  Capture trends and fly into recommendations.  TikTok Mobile View is completely free and easy to use.  Rather, join the people who have already downloaded our product and enjoy using it.
The extension gets the number of visits from tiktok links                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web TikTok Web TikTok
ID lijndnmpjnhjmhklmmnijcchadmpmpik
URL Chính Thức https://chrome.google.com/webstore/detail/web-tiktok/lijndnmpjnhjmhklmmnijcchadmpmpik
Mô tả Watch tik tok in mobile form in a browser.
Kích Thước Tệp 47.65 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 3.1.1
Cập Nhật Lần Cuối 2021-10-04
Ngày Phát Hành 2021-05-03
Đánh Giá 3.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển foa18676
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.1.1",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}