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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |