DumpItBlue+

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

Was ist DumpItBlue+?

DumpItBlue+ ist eine Chrome-Erweiterung, die von le.tools.com entwickelt wurde, und ihr Hauptmerkmal ist "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.".

Erweiterungsscreenshots

screenshot

DumpItBlue+-Erweiterungs-CRX-Datei herunterladen

Laden Sie DumpItBlue+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DumpItBlue+ DumpItBlue+
ID igmgknoioooacbcpcfgjigbaajpelbfe
Offizielle URL https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe
Beschreibung DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
Dateigröße 28.83 KB
Installationsanzahl 8,862
Aktuelle Version 3.1
Letztes Update 2023-05-02
Veröffentlichungsdatum 2019-12-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler le.tools.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://le-tools.com/DumpItBlueExtension.html
Hilfeseite URL http://le-tools.com/contact.php
Unterstützte Sprachen 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
}