Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
O que é Tiktok Viewer Online?
Tiktok Viewer Online é uma extensão do Chrome desenvolvida por ProductivityImprover, e sua principal característica é "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tiktok Viewer Online
Baixe arquivos de extensão Tiktok Viewer Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
URL Oficial | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
Descrição | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
Tamanho do Arquivo | 3.3 MB |
Contagem de Instalações | 825 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-11-24 |
Data de Publicação | 2020-11-18 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | ProductivityImprover |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.tiktokdataplatform.com/ |
URL da Página de Ajuda | https://www.tiktokdataplatform.com/ |
URL da Página de Política de Privacidade | https://sites.google.com/view/piprivacypolicy/home |
Idiomas Suportados | 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'" } |