DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Cos'è DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats è un'estensione di Chrome sviluppata da https://dreaminfluencers.com, e la sua funzione principale è "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DreamInfluencers Social Media Stats
Scarica i file di estensione DreamInfluencers Social Media Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DreamInfluencers Social Media Stats |
ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
URL Ufficiale | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
Descrizione | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
Dimensione del File | 26.08 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-01-17 |
Data di Pubblicazione | 2021-12-16 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://dreaminfluencers.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |