DreamInfluencers Social Media Stats

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

Qu'est-ce que DreamInfluencers Social Media Stats ?

DreamInfluencers Social Media Stats est une extension Chrome développée par https://dreaminfluencers.com, et sa fonction principale est "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DreamInfluencers Social Media Stats

Téléchargez les fichiers d'extension DreamInfluencers Social Media Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DreamInfluencers Social Media Stats DreamInfluencers Social Media Stats
ID olhhiehjdlgjflobpmjnmbeodjkjnopm
URL Officiel https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm
Description Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
Taille du Fichier 26.08 KB
Nombre d'Installations 115
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-01-17
Date de Publication 2021-12-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://dreaminfluencers.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}