Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
Vad är Tiktok Viewer Online?
Tiktok Viewer Online är en Chrome-tillägg utvecklad av ProductivityImprover, och dess huvudfunktion är "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
Tilläggsskärmbilder
Ladda ner Tiktok Viewer Online-förlängningens CRX-fil
Ladda ner Tiktok Viewer Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
Officiell webbadress | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
Beskrivning | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
Filstorlek | 3.3 MB |
Antal Installationer | 825 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-11-24 |
Publiceringsdatum | 2020-11-18 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | ProductivityImprover |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.tiktokdataplatform.com/ |
Hjälpsida URL | https://www.tiktokdataplatform.com/ |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/piprivacypolicy/home |
Stödda Språk | 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'" } |