Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
¿Qué es Tiktok Viewer Online?
Tiktok Viewer Online es una extensión de Chrome desarrollada por ProductivityImprover, y su función principal es "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tiktok Viewer Online
Descarga archivos de extensión Tiktok Viewer Online en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
URL Oficial | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
Descripción | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
Tamaño del Archivo | 3.3 MB |
Cantidad de Instalaciones | 825 |
Versión Actual | 1.0.2 |
Última Actualización | 2020-11-24 |
Fecha de Publicación | 2020-11-18 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | ProductivityImprover |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.tiktokdataplatform.com/ |
URL de la Página de Ayuda | https://www.tiktokdataplatform.com/ |
URL de la Página de Política de Privacidad | https://sites.google.com/view/piprivacypolicy/home |
Idiomas Soportados | 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'" } |