PADO
PADO Browser Extension
什麼是PADO?
PADO是由https://padolabs.org開發的Chrome擴展程式,該擴展的主要功能是“PADO Browser Extension”。
擴展截圖
下載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 |
ID | oeiomhmbaapihbilkfkhmlajkeegnjhe |
官方網址 | 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": [ " |