DreamInfluencers Social Media Stats

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

DreamInfluencers Social Media Stats क्या है?

DreamInfluencers Social Media Stats https://dreaminfluencers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DreamInfluencers Social Media Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम DreamInfluencers Social Media Stats DreamInfluencers Social Media Stats
ID olhhiehjdlgjflobpmjnmbeodjkjnopm
आधिकारिक URL https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm
विवरण Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
फ़ाइल का आकार 26.08 KB
स्थापना संख्या 115
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-01-17
प्रकाशन तिथि 2021-12-16
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://dreaminfluencers.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
        ]
    }
}