DumpItBlue+

DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.

What is DumpItBlue+?

DumpItBlue+ is a Chrome extension developed by le.tools.com, and its main feature is "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.".

Extension Screenshots

screenshot

Download DumpItBlue+ Extension CRX File

Download DumpItBlue+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DumpItBlue+ DumpItBlue+
ID igmgknoioooacbcpcfgjigbaajpelbfe
Official URL https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe
Description DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
File Size 28.83 KB
Installation Count 8,862
Current Version 3.1
Last Updated 2023-05-02
Publish Date 2019-12-20
Rating 5.00/5 Total 4 Ratings
Developer le.tools.com
Email [email protected]
Payment Type free
Extension Website http://le-tools.com/DumpItBlueExtension.html
Help Page URL http://le-tools.com/contact.php
Supported Languages 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
}