PADO

PADO Browser Extension

什么是PADO?

PADO是由https://padolabs.org开发的Chrome扩展程序,该扩展的主要功能是“PADO Browser Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载PADO扩展crx文件

下载PADO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PADO PADO
ID oeiomhmbaapihbilkfkhmlajkeegnjhe
官方URL https://chromewebstore.google.com/detail/pado/oeiomhmbaapihbilkfkhmlajkeegnjhe
简介 PADO Browser Extension
文件大小 11.79 MB
安装次数 20,000
当前版本 0.2.24
更新时间 2024-02-27
上架时间 2023-08-09
评分 4.35/5 共17次评分
开发者 https://padolabs.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://padolabs.org
帮助页面URL https://docs.padolabs.org/
隐私政策页面URL https://docs.padolabs.org/Privacy-Policy
支持的语言 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"
            ]
        }
    ]
}