Snapchat Collector
This extension used to collect snapchat username from each tinder users.
Snapchat Collectorคืออะไร?
Snapchat Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mamun และคุณลักษณะหลักของมันคือ "This extension used to collect snapchat username from each tinder users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapchat Collector
ดาวน์โหลดไฟล์ส่วนขยาย Snapchat Collector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension used to collect snapchat username from each tinder users and save it into user panel.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Snapchat Collector |
ID | jfchpgbmpmfagmobmeangpiljlcagolo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snapchat-collector/jfchpgbmpmfagmobmeangpiljlcagolo |
คำอธิบาย | This extension used to collect snapchat username from each tinder users. |
ขนาดไฟล์ | 30.73 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-11-22 |
วันที่เผยแพร่ | 2022-11-08 |
ผู้พัฒนา | Mamun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://microsofters.net/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snapchat Collector", "version": "1.0.1", "description": "This extension used to collect snapchat username from each tinder users.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Snapchat Collector", "default_popup": "\/html\/popup.html" } } |