Alterdot Browser Extension

Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.

Alterdot Browser Extension क्या है?

Alterdot Browser Extension Alterdot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction."।

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

screenshot

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

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

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

                        The Alterdot browser extension is the main facilitator of our decentralized web built upon blockchain and IPFS. The extension allows for blockchain domain name resolution and limited wallet functionality which is realized with the help of an Alterdot node that is running locally. An IPFS gateway must also be available on your machine in order to achieve full decentralization. 

Even without local IPFS and Alterdot nodes, the browser extension will be able to resolve blockchain domains names as it will be using our own servers for domain resolution and a public IPFS gateway for accessing content.

Light wallet functionality will also be introduced in the future.                    

एक्सटेंशन की मूल जानकारी

नाम Alterdot Browser Extension Alterdot Browser Extension
ID ioblpebmfllgahknonobbkenomklplhn
आधिकारिक URL https://chromewebstore.google.com/detail/alterdot-browser-extensio/ioblpebmfllgahknonobbkenomklplhn
विवरण Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.
फ़ाइल का आकार 254 KB
स्थापना संख्या 77
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2021-10-21
प्रकाशन तिथि 2021-10-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Alterdot
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://alterdot.network/
सहायता पृष्ठ URL https://docs.alterdot.network/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alterdot Browser Extension",
    "version": "0.1.1",
    "description": "Redirects BlockchainDNS requests to IPFS and allows for simple wallet interaction.",
    "permissions": [
        "*:\/\/*\/*?q=.*",
        "*:\/\/*\/*?q=*.a*",
        "*:\/\/*\/*?q=*.adot*",
        "*:\/\/*.a\/*",
        "*:\/\/*.adot\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "toolbar\/toolbar.js",
                "toolbar\/toolbar-init.js"
            ],
            "css": [
                "toolbar\/toolbar-init.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "toolbar\/toolbar.html",
        "toolbar\/toolbar.css"
    ],
    "browser_action": {
        "default_icon": "images\/alterdot128.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/alterdot128.png",
        "256": "images\/alterdot256.png"
    }
}