DumpItBlue+
DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
DumpItBlue+คืออะไร?
DumpItBlue+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย le.tools.com และคุณลักษณะหลักของมันคือ "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DumpItBlue+
ดาวน์โหลดไฟล์ส่วนขยาย DumpItBlue+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DumpItBlue+ |
ID | igmgknoioooacbcpcfgjigbaajpelbfe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe |
คำอธิบาย | DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes. |
ขนาดไฟล์ | 28.83 KB |
จำนวนการติดตั้ง | 8,862 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2023-05-02 |
วันที่เผยแพร่ | 2019-12-20 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | le.tools.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://le-tools.com/DumpItBlueExtension.html |
URL หน้าช่วยเหลือ | http://le-tools.com/contact.php |
ภาษาที่รองรับ | 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 } |