Statistok

Connect TikTok with Statistok

ما هو Statistok؟

Statistok هو إضافة Chrome تم تطويرها بواسطة https://statistok.com، والميزة الرئيسية لها هي "Connect TikTok with Statistok".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Statistok

قم بتنزيل ملفات الامتداد Statistok بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Are you interested in analyzing your TikTok data? This extension will pull information from your TikTok account in order to display it on Statistok.com.

You can easily determine how factors like duration influence your success, see alternate tag suggestions, and examine how views from the FYP compared to things your followers are watching.

This Add-on is not affiliated with TikTok in any way.                    

معلومات أساسية عن التمديد

الاسم Statistok Statistok
ID pdfkjfemmoiepfpdngbiepolhghbjhdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/statistok/pdfkjfemmoiepfpdngbiepolhghbjhdj
الوصف Connect TikTok with Statistok
حجم الملف 1.2 MB
عدد التثبيتات 148
النسخة الحالية 8.12
آخر تحديث 2022-01-05
تاريخ النشر 2021-03-02
تقييم 5.00/5 مجموع تقييمات 8
المطور https://statistok.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://statistok.com
عنوان صفحة المساعدة https://statistok.com
عنوان صفحة سياسة الخصوصية https://app.statistok.com/static/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Statistok",
    "description": "Connect TikTok with Statistok",
    "version": "8.12",
    "permissions": [
        "cookies",
        "*:\/\/*.statistok.com\/",
        "*:\/\/*.tiktok.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Connect to Statistok"
    },
    "icons": {
        "128": "images\/favicon.png"
    },
    "manifest_version": 2
}