PeerName

Enables the resolving of .bit domains by Namecoin blockchain. Also .emc, .coin, .lib and .bazar domains by EmerCoin blockchain.

PeerNameคืออะไร?

PeerName เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://peername.org และคุณลักษณะหลักของมันคือ "Enables the resolving of .bit domains by Namecoin blockchain. Also .emc, .coin, .lib and .bazar domains by EmerCoin blockchain."

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

screenshot
screenshot

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

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

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

                        Easy resolving of .bit, .emc, .coin, .lib and .bazar domains. A decentralized domain system based on Namecoin and EmerCoin cryptocurrencies. These new TLDs cannot be censored or seized.

Keep in mind that the browser will trigger the search operation if you type "domain.bit" in the address bar. The reason is that these domains are not recognized as standard TLDs. There are two ways to fix that:

1. Type the domain with a trailing slash, example: "domain.bit/".
2. Type the domain with the protocol, example: "http://domain.bit".

Dot BIT domains are served by Namecoin. Dot EMC, dot COIN, dot LIB and dot BAZAR domains are served by EmerCoin. All systems use Bitcoin's Blockchain technology.

Known bugs:

1. The server's directive REQUEST_URI contains the full requested URL instead of the relative path. This is because the app is using the browser's internal proxy. HTTP protocol requires the full URL when the request is made via proxy. Your CMS must be aware of that.

2. All Nameservers and IPs are cached for six hours. If you change your domain's settings, please wait the cache to expire.

3. HTTPS is not working. We are searching for the solution.                    

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

ชื่อ PeerName PeerName
ID kkdihlopcnkjinfjhbeopjfmnfpcoaop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/peername/kkdihlopcnkjinfjhbeopjfmnfpcoaop
คำอธิบาย Enables the resolving of .bit domains by Namecoin blockchain. Also .emc, .coin, .lib and .bazar domains by EmerCoin blockchain.
ขนาดไฟล์ 9.9 KB
จำนวนการติดตั้ง 15,184
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-11-06
วันที่เผยแพร่ 2019-03-24
คะแนน 3.76/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://peername.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://peername.org/
URL หน้าช่วยเหลือ https://peername.org/
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PeerName",
    "version": "1.3",
    "description": "Enables the resolving of .bit domains by Namecoin blockchain. Also .emc, .coin, .lib and .bazar domains by EmerCoin blockchain.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "peername.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "*:\/\/*.peername.org\/*",
        "*:\/\/*.bit\/*",
        "*:\/\/*.emc\/*",
        "*:\/\/*.coin\/*",
        "*:\/\/*.lib\/*",
        "*:\/\/*.bazar\/*"
    ],
    "homepage_url": "https:\/\/peername.com\/"
}