Social Extractor
Social Data Extractor
ما هو Social Extractor؟
Social Extractor هو إضافة Chrome تم تطويرها بواسطة Itize، والميزة الرئيسية لها هي "Social Data Extractor".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Social Extractor
قم بتنزيل ملفات الامتداد Social Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Social Data Extractor tool Social Data Extractor is software that can extract information such as title, phone number, email etc...
معلومات أساسية عن التمديد
الاسم | Social Extractor |
ID | ghhckbohgjgiijolndhgkbejcgdmkjig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/social-extractor/ghhckbohgjgiijolndhgkbejcgdmkjig |
الوصف | Social Data Extractor |
حجم الملف | 239 KB |
عدد التثبيتات | 163 |
النسخة الحالية | 1.5 |
آخر تحديث | 2022-07-14 |
تاريخ النشر | 2022-05-18 |
المطور | Itize |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Extractor", "description": "Social Data Extractor", "version": "1.5", "action": { "default_popup": "html\/index.html", "default_title": "Social Extractor" }, "host_permissions": [ "*:\/\/hsdigitalsolution.in\/*" ], "options_page": "html\/option.html", "background": { "service_worker": "js\/eventpage.js", "type": "module" }, "permissions": [ "storage", "notifications", "downloads" ], "content_scripts": [ { "js": [ "lib\/js\/jquery-min.js", "contentscript\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.google.com\/*" ], "run_at": "document_end" } ] } |