Social Extractor
Social Data Extractor
Social Extractor là gì?
Social Extractor là một tiện ích mở rộng Chrome được phát triển bởi Itize, và tính năng chính của nó là "Social Data Extractor".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Social Extractor
Tải xuống các tệp mở rộng Social Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Social Data Extractor tool Social Data Extractor is software that can extract information such as title, phone number, email etc...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Social Extractor |
ID | ghhckbohgjgiijolndhgkbejcgdmkjig |
URL Chính Thức | https://chromewebstore.google.com/detail/social-extractor/ghhckbohgjgiijolndhgkbejcgdmkjig |
Mô tả | Social Data Extractor |
Kích Thước Tệp | 239 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-07-14 |
Ngày Phát Hành | 2022-05-18 |
Nhà Phát Triển | Itize |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |