DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Co to jest DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats to rozszerzenie Chrome opracowane przez https://dreaminfluencers.com, a jego główną funkcją jest „Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DreamInfluencers Social Media Stats
Pobierz pliki rozszerzeń DreamInfluencers Social Media Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | DreamInfluencers Social Media Stats |
ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
Oficjalny URL | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
Opis | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
Rozmiar pliku | 26.08 KB |
Liczba instalacji | 115 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2023-01-17 |
Data Publikacji | 2021-12-16 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://dreaminfluencers.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } } |