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
}