Pocket Universe

Protects your assets from scams.

Pocket Universe란 무엇입니까?

Pocket Universe은(는) https://pocketuniverse.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protects your assets from scams."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Join Pocket Universe, the security tool that protects you from scams and saves you money in web3.

☔ Every Pocket Universe user is covered up to $2000.

🛡️ We protect over 150K+ wallets across our 100K+ users.

💰 We save you from fees.

Add our extension to your browser and transact like normal. We’ll pop up before your wallet so that you can: 

1️⃣ See what you’re signing
See what assets are being moved in every web3 transaction.

2️⃣ Get clear warnings on scams
We detect malicious transactions designed to steal your assets.

3️⃣ Remove fees where we can.
We understand your transaction and find more optimal routes to save you money.

It takes one click to install and you don’t need to connect your wallet.


Get your peace of mind back with Pocket Universe.                    

확장 프로그램 기본 정보

이름 Pocket Universe Pocket Universe
ID gacgndbocaddlemdiaadajmlggabdeod
공식 URL https://chromewebstore.google.com/detail/pocket-universe/gacgndbocaddlemdiaadajmlggabdeod
설명 Protects your assets from scams.
파일 크기 5.09 MB
설치 횟수 117,834
현재 버전 0.2.28
최근 업데이트 2024-03-02
출시 날짜 2022-07-19
평점 4.82/5 총 77 개의 평점
개발자 https://pocketuniverse.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pocketuniverse.app/
도움말 페이지 URL https://twitter.com/pocketuniversez
개인정보 보호 정책 페이지 URL https://www.pocketuniverse.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.3001eadb.png",
        "32": "icon32.plasmo.54d4e3ab.png",
        "48": "icon48.plasmo.931bf8ee.png",
        "64": "icon64.plasmo.5b447064.png",
        "128": "icon128.plasmo.4c3a78e0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.3001eadb.png",
            "32": "icon32.plasmo.54d4e3ab.png",
            "48": "icon48.plasmo.931bf8ee.png",
            "64": "icon64.plasmo.5b447064.png",
            "128": "icon128.plasmo.4c3a78e0.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.28",
    "author": "justinphu",
    "name": "Pocket Universe",
    "description": "Protects your assets from scams.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "declarativeNetRequest",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "hostname_check.38b4f07b.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "metamask_methods.f355b52a.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.pocketuniverse.app\/*"
            ],
            "js": [
                "relay_website.857860a1.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "requests.530018c5.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "skip.50d212f0.js"
            ],
            "css": []
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "disallow_request_outside_of_extension",
                "enabled": true,
                "path": "disallow_request_outside_of_extension_rule.794d4e06.json"
            }
        ]
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "ccip.54620d1f.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "ccip.54620d1f.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "ccip.54620d1f.js"
            ]
        }
    ]
}