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. 扩展基本信息
| 名称 | |
| 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
} | |