Pocket Universe

Protects your assets from scams.

Что такое Pocket Universe?

Pocket Universe - это расширение Chrome, разработанное https://pocketuniverse.app, и его основная функция - "Protects your assets from scams.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pocket Universe

Скачайте файлы расширений 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
Официальный 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"
            ]
        }
    ]
}