TikTok Web View

Watch tik tok in mobile form in a browser. Mobile view and downloader for TikTok.

TikTok Web View란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        It is useful extension for chrome browser will be appreciated by all the tiktok users. Basically, it`s mobile version that can be used in chrome browser. Installation process is really simple and doesn`t require some special skills. Just click on „install“button and have an amazing tiktok desktop version. Web tiktok extension is a must-have for all users out there. You can express yourself on this amazing online platform and also meet new friends. This awesome Web tiktok extension has pretty simple and intuitive interface, so you won`t face any difficulties using it. Extension is already used by tens of millions of people and we invite you to join this community, we are sure that you will not regret it. In order to make the whole process even more pleasant you should definitely install our new tiktok desktop extension. 
Extension won`t mess with personal data or track your online activities. Mobile tiktok application is pretty straightforward and easy to use. Watch other user’s videos, post your own videos just like you do with on your mobile version of TikTok application. The mobile extension also allows you to chat with your friends and create groups. All you need to do to open extension on your device is to click on extension icon in right upper corner of chrome browser (toolbar). Get this cool extension now and have fun. Feel free to leave comment or request in comments below.                    

확장 프로그램 기본 정보

이름 TikTok Web View TikTok Web View
ID fblhcalppekfacdnogbijfnkckdpnbem
공식 URL https://chrome.google.com/webstore/detail/tiktok-web-view/fblhcalppekfacdnogbijfnkckdpnbem
설명 Watch tik tok in mobile form in a browser. Mobile view and downloader for TikTok.
파일 크기 19.89 KB
설치 횟수 6,000
현재 버전 1.7
최근 업데이트 2022-07-28
출시 날짜 2021-09-19
평점 1.33/5 총 3 개의 평점
개발자 polibzas440
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "browser_action": [],
    "background": {
        "page": "\/view\/visorPage.html"
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/assets\/**"
    ]
}