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によって開発されたChromeの拡張機能で、その主な機能は「Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com」です。

拡張機能のスクリーンショット

screenshot

DreamInfluencers Social Media Stats拡張機能のCRXファイルをダウンロード

DreamInfluencers Social Media Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
        ]
    }
}