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 |
公式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 |
Eメール | [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" ] } |