DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Wat is DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats is een Chrome-extensie ontwikkeld door https://dreaminfluencers.com, en de belangrijkste functie is "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".
Extensie Screenshots
Download het CRX-bestand van de extensie DreamInfluencers Social Media Stats
Download DreamInfluencers Social Media Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
| Officiële URL | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
| Beschrijving | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
| Bestandsgrootte | 26.08 KB |
| Aantal Installaties | 115 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2023-01-17 |
| Publicatiedatum | 2021-12-16 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://dreaminfluencers.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
} | |