Pocket Universe

Protects your assets from scams.

Co to jest Pocket Universe?

Pocket Universe to rozszerzenie Chrome opracowane przez https://pocketuniverse.app, a jego główną funkcją jest „Protects your assets from scams.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pocket Universe

Pobierz pliki rozszerzeń Pocket Universe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pocket Universe Pocket Universe
ID gacgndbocaddlemdiaadajmlggabdeod
Oficjalny URL https://chromewebstore.google.com/detail/pocket-universe/gacgndbocaddlemdiaadajmlggabdeod
Opis Protects your assets from scams.
Rozmiar pliku 5.09 MB
Liczba instalacji 117,834
Aktualna Wersja 0.2.28
Ostatnia Aktualizacja 2024-03-02
Data Publikacji 2022-07-19
Ocena 4.82/5 Łącznie 77 Oceny
Deweloper https://pocketuniverse.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pocketuniverse.app/
Adres URL Strony Pomocy https://twitter.com/pocketuniversez
Adres URL Strony Polityki Prywatności https://www.pocketuniverse.app/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}