DumpItBlue+

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

Wat is DumpItBlue+?

DumpItBlue+ is een Chrome-extensie ontwikkeld door le.tools.com, en de belangrijkste functie is "DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DumpItBlue+

Download DumpItBlue+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DumpItBlue+ DumpItBlue+
ID igmgknoioooacbcpcfgjigbaajpelbfe
Officiële URL https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe
Beschrijving DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
Bestandsgrootte 28.83 KB
Aantal Installaties 8,862
Huidige Versie 3.1
Laatst Bijgewerkt 2023-05-02
Publicatiedatum 2019-12-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar le.tools.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://le-tools.com/DumpItBlueExtension.html
Help Pagina-URL http://le-tools.com/contact.php
Ondersteunde Talen 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
}