SocialBook Checker
Getting stats directly from any Instagram and YouTube page!
SocialBook Checker क्या है?
SocialBook Checker SocialBook द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Getting stats directly from any Instagram and YouTube page!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SocialBook Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |