PADO

PADO Browser Extension

What is PADO?

PADO is a Chrome extension developed by https://padolabs.org, and its main feature is "PADO Browser Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PADO Extension CRX File

Download PADO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PADO PADO
ID oeiomhmbaapihbilkfkhmlajkeegnjhe
Official URL https://chromewebstore.google.com/detail/pado/oeiomhmbaapihbilkfkhmlajkeegnjhe
Description PADO Browser Extension
File Size 11.79 MB
Installation Count 20,000
Current Version 0.2.24
Last Updated 2024-02-27
Publish Date 2023-08-09
Rating 4.35/5 Total 17 Ratings
Developer https://padolabs.org
Email [email protected]
Payment Type free
Extension Website https://padolabs.org
Help Page URL https://docs.padolabs.org/
Privacy Policy Page URL https://docs.padolabs.org/Privacy-Policy
Supported Languages 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"
            ]
        }
    ]
}