Unstoppable Extension

The Unstoppable Extension is used to access decentralized blockchain domains.

Unstoppable Extension क्या है?

Unstoppable Extension developer-tools-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Unstoppable Extension is used to access decentralized blockchain domains."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unstoppable Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}