Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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>" ] } ] }