Web for TikTok™

Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.

What is Web for TikTok™?

Web for TikTok™ is a Chrome extension developed by nelsonuaharperuaug8051, and its main feature is "Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.".

Extension Screenshots

screenshot
screenshot

Download Web for TikTok™ Extension CRX File

Download Web for TikTok™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Web for Tiktok™ shows Tiktok in mobile view in a popup window.


You can:
1. Sign in to the Tiktok
2. Watch videos
3. Upload videos
4. We open web view for Tiktok if you open a link

You can’t download TikTok videos due to copyright restrictions in the Chrome Webstore. Sorry

Disclaimer:
TikTok™ is a trademark of ByteDance. This application and its developer(s) are in no way affiliated with ByteDance.  This extension has been developed by fans for fans to enjoy.                    

Extension Basic Information

Name Web for TikTok™ Web for TikTok™
ID njjiddpheihpcpkpkgkcdbcfifpajbob
Official URL https://chrome.google.com/webstore/detail/web-for-tiktok/njjiddpheihpcpkpkgkcdbcfifpajbob
Description Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.
File Size 82.07 KB
Installation Count 1,000
Current Version 1.3.0
Last Updated 2021-08-19
Publish Date 2021-08-19
Rating 2.00/5 Total 1 Ratings
Developer nelsonuaharperuaug8051
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1mk8Tt2mvDXCPSpBxGuI6HR__8Coo4UnHQCuELoQZikw/edit?usp=sharing
Supported Languages 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,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.3.0",
    "default_locale": "en",
    "icons": {
        "300": "icon_300.png",
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": {
            "300": "icon_300.png",
            "128": "icon_128.png",
            "48": "icon_48.png",
            "16": "icon_16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "inject_tt.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "*.css"
    ]
}