Web TikTok

Watch tik tok in mobile form in a browser.

Web TikTok란 무엇입니까?

Web TikTok은(는) foa18676에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch tik tok in mobile form in a browser."입니다.

확장 프로그램 스크린샷

screenshot

Web TikTok 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Web TikTok Web TikTok
ID lijndnmpjnhjmhklmmnijcchadmpmpik
공식 URL https://chrome.google.com/webstore/detail/web-tiktok/lijndnmpjnhjmhklmmnijcchadmpmpik
설명 Watch tik tok in mobile form in a browser.
파일 크기 47.65 KB
설치 횟수 20,000
현재 버전 3.1.1
최근 업데이트 2021-10-04
출시 날짜 2021-05-03
평점 3.38/5 총 13 개의 평점
개발자 foa18676
이메일 [email protected]
결제 유형 free
지원되는 언어 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
        }
    ]
}