SocialBook Checker
Getting stats directly from any Instagram and YouTube page!
什麼是SocialBook Checker?
SocialBook Checker是由SocialBook開發的Chrome擴展程式,該擴展的主要功能是“Getting stats directly from any Instagram and YouTube page!”。
擴展截圖
下載SocialBook Checker擴展crx文件
下載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 |
ID | cifhcgiaeoomiciokidmpnlmoomdbego |
官方網址 | 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" ] } |