DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Vad är DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats är en Chrome-tillägg utvecklad av https://dreaminfluencers.com, och dess huvudfunktion är "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".
Tilläggsskärmbilder
Ladda ner DreamInfluencers Social Media Stats-förlängningens CRX-fil
Ladda ner DreamInfluencers Social Media Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
| Officiell webbadress | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
| Beskrivning | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
| Filstorlek | 26.08 KB |
| Antal Installationer | 115 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2023-01-17 |
| Publiceringsdatum | 2021-12-16 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | https://dreaminfluencers.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
} | |