DreamInfluencers Social Media Stats

Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com

Was ist DreamInfluencers Social Media Stats?

DreamInfluencers Social Media Stats ist eine Chrome-Erweiterung, die von https://dreaminfluencers.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".

Erweiterungsscreenshots

screenshot

DreamInfluencers Social Media Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie DreamInfluencers Social Media Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DreamInfluencers Social Media Stats DreamInfluencers Social Media Stats
ID olhhiehjdlgjflobpmjnmbeodjkjnopm
Offizielle URL https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm
Beschreibung Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Dateigröße 26.08 KB
Installationsanzahl 115
Aktuelle Version 1.0.3
Letztes Update 2023-01-17
Veröffentlichungsdatum 2021-12-16
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://dreaminfluencers.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
        ]
    }
}