Almonit

Extension for decentralized websites

Almonitคืออะไร?

Almonit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://almonit.com และคุณลักษณะหลักของมันคือ "Extension for decentralized websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Almonit

ดาวน์โหลดไฟล์ส่วนขยาย Almonit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for Dwebsites (decentralized websites).

Almonit is an extension for Dwebsites. It gives access to Dwebsites from the browser.
The extension currently supports Dwebsites connecting ENS to IPFS or Skynet websites. But more options are added with every version.

Features:
- Resolves ENS+IPFS and ENS+Skynet websites, this let users access .eth websites,
- Helps in discovering the Dweb,
- Offers maximum decentralization (via its settings page).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Almonit Almonit
ID adobfkcnfkodjfobnndpfipdanhdcafm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/almonit/adobfkcnfkodjfobnndpfipdanhdcafm
คำอธิบาย Extension for decentralized websites
ขนาดไฟล์ 699 KB
จำนวนการติดตั้ง 275
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2021-03-21
วันที่เผยแพร่ 2020-04-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://almonit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://almonit.com
URL หน้านโยบายความเป็นส่วนตัว http://almonit.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Almonit",
    "version": "0.1.4",
    "author": "Almonit",
    "description": "Extension for decentralized websites",
    "homepage_url": "https:\/\/almonit.eth",
    "icons": {
        "48": "icons\/almonit-48.png"
    },
    "background": {
        "scripts": [
            "resources\/gateways.js",
            "js\/check-browser.js",
            "js\/promisify.js",
            "js\/multihashes-min.js",
            "js\/web3-wrapper\/dist\/main.js",
            "js\/socket.io.js",
            "js\/gateways.js",
            "js\/normalize-url.js",
            "js\/background-scripts\/settings-utils.js",
            "js\/background-scripts\/dweb-utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.eth\/*",
        "https:\/\/*.eth\/*",
        "http:\/\/*.teth\/*",
        "https:\/\/*.teth\/*",
        "http:\/\/*.testeth\/*",
        "https:\/\/*.testeth\/*",
        "https:\/\/ipfs.io\/ipfs*",
        "https:\/\/ipfs.eternum.io\/ipfs*",
        "https:\/\/ipfs.infura.io\/ipfs*",
        "https:\/\/cloudflare-ipfs.com\/ipfs*",
        "https:\/\/gateway.pinata.cloud\/ipfs*",
        "https:\/\/hardbin.com\/ipfs*",
        "https:\/\/dweb.link\/ipfs*",
        "https:\/\/ipfs.privacytools.io\/ipfs*",
        "https:\/\/dweb.linko\/ipfs*",
        "https:\/\/siasky.net\/*",
        "https:\/\/skydrain.net\/*",
        "https:\/\/sialoop.net\/*",
        "https:\/\/www.siacdn.com\/*",
        "https:\/\/skynethub.io\/*",
        "https:\/\/skynet.tutemwesi.com\/*",
        "https:\/\/vault.lightspeedhosting.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "resources\/*.png",
        "pages\/*"
    ],
    "options_ui": {
        "page": "pages\/settings.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icons\/almonit-32.png",
        "default_title": "Almonit",
        "default_popup": "popup\/almonit_popup.html"
    }
}