WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SocialBook Checker

SocialBook Checker

View on Chrome Web Store
View SocialBook Checker Chrome Extension on Chrome Web Store
Add to bookmarks
2.3 (3 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Getting stats directly from any Instagram and YouTube page!
Type
Extension
Users
822 users
3
SocialBook
View author page of SocialBook
Published
Published on April 2, 2020
Version 3.0.3
Manifest version
3
Updated
Updated on July 1, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View SocialBook Checker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SocialBook Checker",
    "short_name": "SocialBook",
    "version": "3.0.3",
    "description": "Getting stats directly from any Instagram and YouTube page!",
    "author": "SocialBook",
    "action": {
        "default_title": "SocialBook Checker",
        "default_icon": "assets\/icons\/socialbook.png"
    },
    "background": {
        "service_worker": "js\/bundle_background.3bcf12e38a8d56adbc84.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/bundle_content.367ede74eaab1927e276.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "windows",
        "storage",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/socialbook.io\/",
        "https:\/\/builder.socialbook.io\/",
        "https:\/\/youtube.com\/",
        "*:\/\/*.instagram.com\/*"
    ],
    "minimum_chrome_version": "88",
    "icons": {
        "16": "assets\/icons\/socialbook.png",
        "48": "assets\/icons\/socialbook.png",
        "128": "assets\/icons\/socialbook.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/*.googleapis.com https:\/\/*.google-analytics.com;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "iframe.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top