Web for TikTok™

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

Wat is Web for TikTok™?

Web for TikTok™ is een Chrome-extensie ontwikkeld door nelsonuaharperuaug8051, en de belangrijkste functie is "Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Web for TikTok™

Download Web for TikTok™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Web for TikTok™ Web for TikTok™
ID njjiddpheihpcpkpkgkcdbcfifpajbob
Officiële URL https://chrome.google.com/webstore/detail/web-for-tiktok/njjiddpheihpcpkpkgkcdbcfifpajbob
Beschrijving Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.
Bestandsgrootte 82.07 KB
Aantal Installaties 1,000
Huidige Versie 1.3.0
Laatst Bijgewerkt 2021-08-19
Publicatiedatum 2021-08-19
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nelsonuaharperuaug8051
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1mk8Tt2mvDXCPSpBxGuI6HR__8Coo4UnHQCuELoQZikw/edit?usp=sharing
Ondersteunde Talen 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"
    ]
}