DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Hvad er DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats er en Chrome-udvidelse udviklet af https://dreaminfluencers.com, og dens hovedfunktion er "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".
Udvidelsesskærmbilleder
Download DreamInfluencers Social Media Stats-udvidelses-CRX-fil
Download DreamInfluencers Social Media Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
| Officiel URL | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
| Beskrivelse | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
| Filstørrelse | 26.08 KB |
| Antal Installationer | 115 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2023-01-17 |
| Udgivelsesdato | 2021-12-16 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://dreaminfluencers.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
}
} | |