DumpItBlue+

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

Hvad er DumpItBlue+?

DumpItBlue+ er en Chrome-udvidelse udviklet af le.tools.com, og dens hovedfunktion er "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.".

Udvidelsesskærmbilleder

screenshot

Download DumpItBlue+-udvidelses-CRX-fil

Download DumpItBlue+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DumpItBlue+ DumpItBlue+
ID igmgknoioooacbcpcfgjigbaajpelbfe
Officiel URL https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe
Beskrivelse DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
Filstørrelse 28.83 KB
Antal Installationer 8,862
Nuværende Version 3.1
Senest Opdateret 2023-05-02
Udgivelsesdato 2019-12-20
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler le.tools.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://le-tools.com/DumpItBlueExtension.html
Hjælpeside-URL http://le-tools.com/contact.php
Understøttede Sprog 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
}