DumpItBlue+
DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
什麼是DumpItBlue+?
DumpItBlue+是由le.tools.com開發的Chrome擴展程式,該擴展的主要功能是“DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.”。
擴展截圖
下載DumpItBlue+擴展crx文件
下載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 |
官方網址 | 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 } |