Web for TikTok™

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

Qu'est-ce que Web for TikTok™ ?

Web for TikTok™ est une extension Chrome développée par nelsonuaharperuaug8051, et sa fonction principale est "Desktop browser client for Tiktok™. Upload videos to Tiktok. Watch TikTok in mobile view.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Web for TikTok™

Téléchargez les fichiers d'extension Web for TikTok™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web for TikTok™ Web for TikTok™
ID njjiddpheihpcpkpkgkcdbcfifpajbob
URL Officiel 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.
Taille du Fichier 82.07 KB
Nombre d'Installations 1,000
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-08-19
Date de Publication 2021-08-19
Évaluation 2.00/5 Total 1 Évaluations
Développeur nelsonuaharperuaug8051
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1mk8Tt2mvDXCPSpBxGuI6HR__8Coo4UnHQCuELoQZikw/edit?usp=sharing
Langues Prises en Charge 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"
    ]
}