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
Eメール [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"
            ]
        }
    ]
}