Pocket Universe

Protects your assets from scams.

Pocket Universe là gì?

Pocket Universe là một tiện ích mở rộng Chrome được phát triển bởi https://pocketuniverse.app, và tính năng chính của nó là "Protects your assets from scams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pocket Universe

Tải xuống các tệp mở rộng Pocket Universe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pocket Universe Pocket Universe
ID gacgndbocaddlemdiaadajmlggabdeod
URL Chính Thức https://chromewebstore.google.com/detail/pocket-universe/gacgndbocaddlemdiaadajmlggabdeod
Mô tả Protects your assets from scams.
Kích Thước Tệp 5.09 MB
Số Lần Cài Đặt 117,834
Phiên Bản Hiện Tại 0.2.28
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2022-07-19
Đánh Giá 4.82/5 Tổng số 77 Đánh Giá
Nhà Phát Triển https://pocketuniverse.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pocketuniverse.app/
URL Trang Trợ Giúp https://twitter.com/pocketuniversez
URL Trang Chính Sách Bảo Mật https://www.pocketuniverse.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}