DumpItBlue+
DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
DumpItBlue+ là gì?
DumpItBlue+ là một tiện ích mở rộng Chrome được phát triển bởi le.tools.com, và tính năng chính của nó là "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.".
Ả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 DumpItBlue+
Tải xuống các tệp mở rộng DumpItBlue+ 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
DumpItBlue is a tool that helps to dump Facebook™ stuff for analysis or reporting purposes. This extension is a complement to the DumpItBlue tool and contain small but useful functionalities like scrolling, expanding, removing, isolate scrollable area, etc. See the website for documentation and other details.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DumpItBlue+ |
ID | igmgknoioooacbcpcfgjigbaajpelbfe |
URL Chính Thức | https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe |
Mô tả | DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes. |
Kích Thước Tệp | 28.83 KB |
Số Lần Cài Đặt | 8,862 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2023-05-02 |
Ngày Phát Hành | 2019-12-20 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | le.tools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://le-tools.com/DumpItBlueExtension.html |
URL Trang Trợ Giúp | http://le-tools.com/contact.php |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DumpItBlue+", "version": "3.1", "description": "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.facebook.com\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/62861-blue-book-icon16.png", "32": "images\/62861-blue-book-icon32.png", "48": "images\/62861-blue-book-icon48.png", "128": "images\/62861-blue-book-icon128.png" } }, "icons": { "16": "images\/62861-blue-book-icon16.png", "32": "images\/62861-blue-book-icon32.png", "48": "images\/62861-blue-book-icon48.png", "128": "images\/62861-blue-book-icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "manifest_version": 3 } |