DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
O que é DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats é uma extensão do Chrome desenvolvida por https://dreaminfluencers.com, e sua principal característica é "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DreamInfluencers Social Media Stats
Baixe arquivos de extensão DreamInfluencers Social Media Stats 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
Easily view instagram & tiktok video and profile statistics without hassle, powered by DreamInfluencers.com Access relevant information about a tiktokker and instagrammer directly from the videos, images and profile.
Informações Básicas da Extensão
Nome | DreamInfluencers Social Media Stats |
ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
URL Oficial | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
Descrição | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
Tamanho do Arquivo | 26.08 KB |
Contagem de Instalações | 115 |
Versão Atual | 1.0.3 |
Última Atualização | 2023-01-17 |
Data de Publicação | 2021-12-16 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://dreaminfluencers.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DreamInfluencers Social Media Stats", "description": "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com", "version": "1.0.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js", "integrations\/tiktok\/background.js", "integrations\/instagram\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*", "https:\/\/m.tiktok.com\/*" ], "js": [ "dream.js", "\/integrations\/tiktok\/frontend.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "\/integrations\/instagram\/frontend.js" ] } ], "permissions": [ "storage", "tabs", "https:\/\/*.tiktok.com\/*", "https:\/\/*.instagram.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/virk.dreaminfluencers.com\/*", "http:\/\/localhost:3000\/*" ] } } |