PADO

PADO Browser Extension

PADO란 무엇입니까?

PADO은(는) https://padolabs.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PADO Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PADO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}