DreamInfluencers Social Media Stats

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

What is DreamInfluencers Social Media Stats?

DreamInfluencers Social Media Stats is a Chrome extension developed by https://dreaminfluencers.com, and its main feature is "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com".

Extension Screenshots

screenshot

Download DreamInfluencers Social Media Stats Extension CRX File

Download DreamInfluencers Social Media Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DreamInfluencers Social Media Stats DreamInfluencers Social Media Stats
ID olhhiehjdlgjflobpmjnmbeodjkjnopm
Official URL https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm
Description Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
File Size 26.08 KB
Installation Count 115
Current Version 1.0.3
Last Updated 2023-01-17
Publish Date 2021-12-16
Rating 1.00/5 Total 1 Ratings
Developer https://dreaminfluencers.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
        ]
    }
}