DumpItBlue+

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

Co to jest DumpItBlue+?

DumpItBlue+ to rozszerzenie Chrome opracowane przez le.tools.com, a jego główną funkcją jest „DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DumpItBlue+

Pobierz pliki rozszerzeń DumpItBlue+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DumpItBlue+ DumpItBlue+
ID igmgknoioooacbcpcfgjigbaajpelbfe
Oficjalny URL https://chromewebstore.google.com/detail/dumpitblue+/igmgknoioooacbcpcfgjigbaajpelbfe
Opis DumpItBlue is a tool that helps to dump Facebook stuff for analysis or reporting purposes.
Rozmiar pliku 28.83 KB
Liczba instalacji 8,862
Aktualna Wersja 3.1
Ostatnia Aktualizacja 2023-05-02
Data Publikacji 2019-12-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper le.tools.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://le-tools.com/DumpItBlueExtension.html
Adres URL Strony Pomocy http://le-tools.com/contact.php
Obsługiwane Języki 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
}