SimilarTube
AI Scanner for Similar YouTube Channels
SimilarTubeคืออะไร?
SimilarTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vistud.io และคุณลักษณะหลักของมันคือ "AI Scanner for Similar YouTube Channels"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SimilarTube
ดาวน์โหลดไฟล์ส่วนขยาย SimilarTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SimilarTube is a tool powered by AI (LLM) to scan and find similar channels on YouTube to your given channel. Unlike searching through third-party influencer databases, which often lag in updating information about nano and micro influencers. Our AI bot scans YouTube directly to deliver real-time results in just seconds. FOR MARKETER Helps you find similar influencers by "look-alike", displaying key metrics such as ER(engagement rate) and VVR(video view rate) for quick screening and targeting. AI automatically extracts public email addresses and other SNS accounts (Facebook, Instagram, TikTok, etc.), enabling quick contact. FOR YOUTUBER Helps you find competitors. If you are a NewTuber hoping to identify a niche market, it can help you analyze the competitive landscape and determine if it's worth investing in. If you are a marketer looking to find influencers, you can use it to expand your targets. FOR ANALYSTS The AI Insight feature automatically assesses the value of the niche and highlights differences in core metrics among YouTubers of various tiers. Its filtering and sorting capabilities facilitate convenient analysis.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SimilarTube |
ID | leokjncneiocjfkalljjokhomjnpolkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/similartube/leokjncneiocjfkalljjokhomjnpolkk |
คำอธิบาย | AI Scanner for Similar YouTube Channels |
ขนาดไฟล์ | 830 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 0.3.12 |
อัปเดตครั้งล่าสุด | 2024-03-03 |
วันที่เผยแพร่ | 2024-02-01 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://vistud.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.vistud.io/similar-tube |
URL หน้านโยบายความเป็นส่วนตัว | https://www.vistud.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SimilarTube", "version": "0.3.12", "description": "AI Scanner for Similar YouTube Channels", "oauth2": { "dev_client_id": "1069629569390-g4krbjqt5mdkloabl4v5gitvlgqc8nqa.apps.googleusercontent.com", "client_id": "1069629569390-mjej3vv9qso7g3i6qpc5agg085muvt49.apps.googleusercontent.com", "scopes": [ "profile email" ] }, "externally_connectable": { "matches": [ "*:\/\/*.vistud.io\/*" ] }, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icon.png", "default_title": "SimilarTube" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/*.vistud.io\/*" ], "match_origin_as_fallback": true, "js": [ "js\/jquery-3.6.4.min.js", "js\/content-scripts.js" ], "css": [ "css\/style.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "font\/LibreFranklin-VariableFont_wght.ttf", "js\/inject.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "extension_ids": [] } ], "permissions": [ "webRequest", "storage", "activeTab", "scripting", "identity", "identity.email" ], "homepage_url": "https:\/\/www.vistud.io\/similar-tube" } |