Web for TikTok™

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

Was ist Web for TikTok™?

Web for TikTok™ ist eine Chrome-Erweiterung, die von nelsonuaharperuaug8051 entwickelt wurde, und ihr Hauptmerkmal ist "Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.".

Erweiterungsscreenshots

screenshot
screenshot

Web for TikTok™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web for TikTok™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Web for TikTok™ Web for TikTok™
ID njjiddpheihpcpkpkgkcdbcfifpajbob
Offizielle URL https://chrome.google.com/webstore/detail/web-for-tiktok/njjiddpheihpcpkpkgkcdbcfifpajbob
Beschreibung Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.
Dateigröße 82.07 KB
Installationsanzahl 1,000
Aktuelle Version 1.3.0
Letztes Update 2021-08-19
Veröffentlichungsdatum 2021-08-19
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler nelsonuaharperuaug8051
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1mk8Tt2mvDXCPSpBxGuI6HR__8Coo4UnHQCuELoQZikw/edit?usp=sharing
Unterstützte Sprachen 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"
    ]
}