SocialBook Checker

Getting stats directly from any Instagram and YouTube page!

SocialBook Checkerคืออะไร?

SocialBook Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SocialBook และคุณลักษณะหลักของมันคือ "Getting stats directly from any Instagram and YouTube page!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SocialBook Checker

ดาวน์โหลดไฟล์ส่วนขยาย SocialBook Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SocialBook Checker allows you to send mass emails to YouTube/Instagram creators right on the spot.

You can also 
   view any YouTube and Instagram Analytics while browsing Instagram and YouTube
   email a YouTube/Instagrammer directly
   add YouTube creators to a short list from YouTube search result.
   track YouTuber/Instagrammer's performance at real time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SocialBook Checker SocialBook Checker
ID cifhcgiaeoomiciokidmpnlmoomdbego
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socialbook-checker/cifhcgiaeoomiciokidmpnlmoomdbego
คำอธิบาย Getting stats directly from any Instagram and YouTube page!
ขนาดไฟล์ 3.64 MB
จำนวนการติดตั้ง 1,262
เวอร์ชันปัจจุบัน 1.4.9
อัปเดตครั้งล่าสุด 2023-10-09
วันที่เผยแพร่ 2020-06-11
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SocialBook
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socialbook.io
URL หน้าช่วยเหลือ https://socialbook.io/help
URL หน้านโยบายความเป็นส่วนตัว https://socialbook.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SocialBook Checker",
    "short_name": "SocialBook",
    "version": "1.4.9",
    "description": "Getting stats directly from any Instagram and YouTube page!",
    "browser_action": {
        "default_title": "SocialBook Checker"
    },
    "author": "SocialBook",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/vendor.prod.dll.82308562a2a62562686a.js",
                "js\/bundle_common.21d91239a42094a35912.js",
                "js\/bundle_content.65980240f520bd9c858c.js",
                "js\/gtm.prod.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/socialbook.io\/",
        "https:\/\/builder.socialbook.io\/",
        "https:\/\/youtube.com\/",
        "*:\/\/*.instagram.com\/*"
    ],
    "minimum_chrome_version": "60",
    "icons": {
        "16": "assets\/icons\/socialbook.png",
        "48": "assets\/icons\/socialbook.png",
        "128": "assets\/icons\/socialbook.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-QAHfAB07O6yENt3lWEGPCzC+0XO+TDneoGsN0X8eh3E=' https:\/\/*.googletagmanager.com;  style-src 'self' 'unsafe-inline' https:\/\/*.googleapis.com https:\/\/*.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/*",
        "iframe.html"
    ]
}