TikClient - Web Client for TikTok™

Run web client for TikTok just like your favorite mobile app.

TikClient - Web Client for TikTok™란 무엇입니까?

TikClient - Web Client for TikTok™은(는) https://denote.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run web client for TikTok just like your favorite mobile app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TikClient - Web Client for TikTok™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TikTok is one of the biggest and the most popular video community in the world. Share highlights from your own life with the world and watch cool short videos shared by talent and creative people. So have you ever thought about such a question: How to view it in a mobile view on pc? 
Web TikTOK Mobile View - Denote is definitely a type of extension you were looking for.  It transforms your web tiktok view to mobile view, allows you to use mobile Tik Tok version on your pc. It is a simple Chrome extension that customizes to look exactly like a mobile app, has a quick access to best video content online. Just in one click on the extension icon in chrome toolbar, it will pop up in a small window. Extension won`t mess with personal data or track your online activities.
This convenient window contains all the functions that are available on the site or in the application. You will never miss new, interesting videos and clips - enjoy all the features of the TikTok™ mobile application in your browser!
🚀Features:
** Easy to use: Watch web tiktok in mobile form in browser with one click;
** Support share: easy to share video in your social network
** Support login: you can sign or login in the tiktok
** No ads and No limits: Do not need to jump to other website and paste the video URL you copied.
🚀How does it work?
After you open this tool, a piece of code will be executed in the current tab. This code is responsible for analyzing the json code and open a new tab in chrome to show tiktok in a mobile view. Then it will add Event listener to watch your mouse action in the chrome,such as click home icon, comment icon, mouse in a drag  to scroll to the next video.You can view avatars in the highest quality. Easily copy captions, user IDs, post IDs, and hashtags in posts. 
🚀How to use?
‒ Add Web TikTok Mobile Viewer - Denote  to your chrome. 
‒ Pin it  in your tab. 
‒ Click on the extension icon in chrome toolbar, mobile tiktok version will pop up in a small window
‒ To scroll to the next video, use the mouse in a drag-n-drop manner in the vertical direction.                    

확장 프로그램 기본 정보

이름 TikClient - Web Client for TikTok™ TikClient - Web Client for TikTok™
ID beopoaohjhehmihfkpgcdbnppdeaiflc
공식 URL https://chromewebstore.google.com/detail/tikclient-web-client-for/beopoaohjhehmihfkpgcdbnppdeaiflc
설명 Run web client for TikTok just like your favorite mobile app.
파일 크기 207 KB
설치 횟수 9,669
현재 버전 1.1.4
최근 업데이트 2023-06-30
출시 날짜 2022-11-29
평점 4.13/5 총 23 개의 평점
개발자 https://denote.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://denote.net/
도움말 페이지 URL https://denote.net/
개인정보 보호 정책 페이지 URL https://denote.net/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,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": "1.1.4",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "icons": {
        "16": "\/assets\/16.png",
        "32": "\/assets\/32.png",
        "48": "\/assets\/48.png",
        "128": "\/assets\/128.png",
        "300": "\/assets\/300.png",
        "500": "\/assets\/500.png"
    },
    "action": [],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content-scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}