TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

TikTok Mobile View란 무엇입니까?

TikTok Mobile View은(는) TikTok Mobile View에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the mobile version of TikTok directly in the Chrome browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        TikTok™ for Chrome - PC/Mac

This is TikTok Online Emulator for Chrome, a free android online emulator from where any user can run the TikTok using only the web browser.  Among the different existing user interface configurations.                    

확장 프로그램 기본 정보

이름 TikTok Mobile View TikTok Mobile View
ID jijknheciphcicdogdihjknndkhhagdn
공식 URL https://chromewebstore.google.com/detail/tiktok-mobile-view/jijknheciphcicdogdihjknndkhhagdn
설명 Use the mobile version of TikTok directly in the Chrome browser
파일 크기 173 KB
설치 횟수 24,843
현재 버전 1.2.6.5
최근 업데이트 2023-02-09
출시 날짜 2021-02-08
평점 2.07/5 총 61 개의 평점
개발자 TikTok Mobile View
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,bg,uk,iw,fa,mr,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "image\/oibn.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_description__",
    "default_locale": "en",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "image\/oibn.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.6.5",
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}