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文件

下載Pocket Universe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}