Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
Wat is Tiktok Viewer Online?
Tiktok Viewer Online is een Chrome-extensie ontwikkeld door ProductivityImprover, en de belangrijkste functie is "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tiktok Viewer Online
Download Tiktok Viewer Online-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
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.
Basisinformatie over de Extensie
Naam | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
Officiële URL | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
Beschrijving | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
Bestandsgrootte | 3.3 MB |
Aantal Installaties | 825 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-11-24 |
Publicatiedatum | 2020-11-18 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ProductivityImprover |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tiktokdataplatform.com/ |
Help Pagina-URL | https://www.tiktokdataplatform.com/ |
URL van de Privacybeleid Pagina | https://sites.google.com/view/piprivacypolicy/home |
Ondersteunde Talen | 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'" } |