PADO

PADO Browser Extension

Cos'è PADO?

PADO è un'estensione di Chrome sviluppata da https://padolabs.org, e la sua funzione principale è "PADO Browser Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PADO

Scarica i file di estensione PADO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The PADO Browser Extension

The PADO extension empowers you to convert your internet data into web3 smart contracts, enabling the potential monetization of your personal data while ensuring privacy protection.

You can use the extension to fetch personal data from the internet, authenticate, and encode this data into any web3 smart contracts. Furthermore, the PADO extension can collaborate with web3 applications, making it easy for you to swiftly participate in on-chain activities.                    

Informazioni di Base sull'Estensione

Nome PADO PADO
ID oeiomhmbaapihbilkfkhmlajkeegnjhe
URL Ufficiale https://chromewebstore.google.com/detail/pado/oeiomhmbaapihbilkfkhmlajkeegnjhe
Descrizione PADO Browser Extension
Dimensione del File 11.79 MB
Conteggio Installazioni 20,000
Versione Corrente 0.2.24
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2023-08-09
Valutazione 4.35/5 Totale 17 Valutazioni
Sviluppatore https://padolabs.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://padolabs.org
URL della Pagina di Aiuto https://docs.padolabs.org/
URL della Pagina della Politica sulla Privacy https://docs.padolabs.org/Privacy-Policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "PADO Browser Extension",
    "version": "0.2.24",
    "manifest_version": 3,
    "name": "PADO",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "offscreen",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iconExtension.svg",
                "iconSuc.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/padolabs.org\/*",
                "https:\/\/www.padolabs.org\/*",
                "https:\/\/events.padolabs.org\/*",
                "http:\/\/api-dev.padolabs.org:9094\/*"
            ],
            "js": [
                "padoWebsite.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/intent\/follow?screen_name=padolabs"
            ],
            "js": [
                "xFollow.js"
            ]
        }
    ]
}