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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |