Unstoppable Extension

The Unstoppable Extension is used to access decentralized blockchain domains.

Что такое Unstoppable Extension?

Unstoppable Extension - это расширение Chrome, разработанное developer-tools-team, и его основная функция - "The Unstoppable Extension is used to access decentralized blockchain domains.".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Unstoppable Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Surf the decentralized web with the Unstoppable Extension!

The Unstoppable Extension allows you to resolve Unstoppable Domains decentralized websites directly within your Chrome browser. 

Steps:
- Choose a gateway.
- Type in a blockchain domain.
- You will be redirected to the IPFS gateway with the domain’s IPFS hash record.                    

Основная информация о расширении

Название Unstoppable Extension Unstoppable Extension
ID beelkklmblgdljamcmoffgfbdddfpnnl
Официальный URL https://chromewebstore.google.com/detail/unstoppable-extension/beelkklmblgdljamcmoffgfbdddfpnnl
Описание The Unstoppable Extension is used to access decentralized blockchain domains.
Размер файла 633 KB
Количество установок 13,952
Текущая Версия 2.3.11
Последнее Обновление 2024-02-29
Дата публикации 2020-06-20
Рейтинг 4.00/5 Всего 23 оценок
Разработчик developer-tools-team
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://unstoppabledomains.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unstoppable Extension",
    "short_name": "Unstoppable Extension",
    "version": "2.3.11",
    "description": "The Unstoppable Extension is used to access decentralized blockchain domains.",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "homepage_url": "http:\/\/unstoppabledomains.com",
    "author": "Unstoppable Domains , JohnnyJumper ",
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "index.html#\/options",
        "open_in_tab": false
    },
    "permissions": [
        "*:\/\/*.crypto\/*",
        "*:\/\/*.zil\/*",
        "*:\/\/*.wallet\/*",
        "*:\/\/*.nft\/*",
        "*:\/\/*.888\/*",
        "*:\/\/*.blockchain\/*",
        "*:\/\/*.bitcoin\/*",
        "*:\/\/*.dao\/*",
        "*:\/\/*.x\/*",
        "*:\/\/*.hi\/*",
        "*:\/\/*.klever\/*",
        "*:\/\/*.kresus\/*",
        "*:\/\/*.polygon\/*",
        "*:\/\/*.anime\/*",
        "*:\/\/*.manga\/*",
        "*:\/\/*.binanceus\/*",
        "*:\/\/*.go\/*",
        "*:\/\/*.altimist\/*",
        "*:\/\/*.pudgy\/*",
        "*:\/\/*.unstoppable\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.duckduckgo.com\/*",
        "*:\/\/*.yahoo.com\/*",
        "*:\/\/*.yandex.ru\/*",
        "*:\/\/*.qwant.com\/*",
        "*:\/\/*.mojeek.com\/*",
        "*:\/\/*.aol.co.uk\/*",
        "*:\/\/*.baidu.com\/*",
        "*:\/\/*.bing.com\/*",
        "*:\/\/*.wiki.com\/*",
        "*:\/\/*.unstoppabledomains.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'sha256-nHKLQ2A1kK023iXgW+lF4Ly2gHbE2mhlqnDhZBLshPg='; object-src 'self'",
    "offline_enabled": false
}