Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
Qu'est-ce que Tiktok Viewer Online ?
Tiktok Viewer Online est une extension Chrome développée par ProductivityImprover, et sa fonction principale est "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tiktok Viewer Online
Téléchargez les fichiers d'extension Tiktok Viewer Online 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
Watch TikTok Videos on PC, just like on Phone. Feel Free to change the device type you want to simulate, Phone or Pad or FullScreen. 1. Input TikTok UserName and Click Follow to watch videos from the specific TikTok user. 2. Click ForYou to browser TikTok Videos on PC.
Informations de Base sur l'Extension
Nom | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
URL Officiel | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
Description | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
Taille du Fichier | 3.3 MB |
Nombre d'Installations | 825 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-11-24 |
Date de Publication | 2020-11-18 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | ProductivityImprover |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tiktokdataplatform.com/ |
URL de la Page d'Aide | https://www.tiktokdataplatform.com/ |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/piprivacypolicy/home |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiktok Viewer Online", "version": "1.0.2", "description": "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "Tiktok Viewer Online on PC", "default_popup": "dashboard.html" }, "content_scripts": [], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*" ], "permissions": [ "*:\/\/*.tiktok.com\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |