Unstoppable Extension

The Unstoppable Extension is used to access decentralized blockchain domains.

什麼是Unstoppable Extension?

Unstoppable Extension是由developer-tools-team開發的Chrome擴展程式,該擴展的主要功能是“The Unstoppable Extension is used to access decentralized blockchain domains.”。

擴展截圖

screenshot
screenshot
screenshot

下載Unstoppable Extension擴展crx文件

下載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
官方網址 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
}