DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
DreamInfluencers Social Media Statsคืออะไร?
DreamInfluencers Social Media Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dreaminfluencers.com และคุณลักษณะหลักของมันคือ "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DreamInfluencers Social Media Stats
ดาวน์โหลดไฟล์ส่วนขยาย DreamInfluencers Social Media Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily view instagram & tiktok video and profile statistics without hassle, powered by DreamInfluencers.com Access relevant information about a tiktokker and instagrammer directly from the videos, images and profile.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DreamInfluencers Social Media Stats |
ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
คำอธิบาย | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
ขนาดไฟล์ | 26.08 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-01-17 |
วันที่เผยแพร่ | 2021-12-16 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://dreaminfluencers.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DreamInfluencers Social Media Stats", "description": "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com", "version": "1.0.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js", "integrations\/tiktok\/background.js", "integrations\/instagram\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*", "https:\/\/m.tiktok.com\/*" ], "js": [ "dream.js", "\/integrations\/tiktok\/frontend.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "\/integrations\/instagram\/frontend.js" ] } ], "permissions": [ "storage", "tabs", "https:\/\/*.tiktok.com\/*", "https:\/\/*.instagram.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/virk.dreaminfluencers.com\/*", "http:\/\/localhost:3000\/*" ] } } |