Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
Was ist Tiktok Viewer Online?
Tiktok Viewer Online ist eine Chrome-Erweiterung, die von ProductivityImprover entwickelt wurde, und ihr Hauptmerkmal ist "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
Erweiterungsscreenshots
Tiktok Viewer Online-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tiktok Viewer Online-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
Offizielle URL | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
Beschreibung | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
Dateigröße | 3.3 MB |
Installationsanzahl | 825 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2020-11-24 |
Veröffentlichungsdatum | 2020-11-18 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | ProductivityImprover |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tiktokdataplatform.com/ |
Hilfeseite URL | https://www.tiktokdataplatform.com/ |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/piprivacypolicy/home |
Unterstützte Sprachen | 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'" } |