dotbit.me .bit web surfer
An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.
Cos'è dotbit.me .bit web surfer?
dotbit.me .bit web surfer è un'estensione di Chrome sviluppata da http://dotbit.me, e la sua funzione principale è "An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione dotbit.me .bit web surfer
Scarica i file di estensione dotbit.me .bit web surfer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension was created to make it as easy as possible for people to surf .bit domains. Bit domains are managed by the peer-to-peer Namecoin network with no central authority. The system is still at an early stage of development but grows rapidly. The authoritative source for .bit domains is the Namecoin block chain. This means normal DNS servers can currently not be used and surfing .bit domains remains difficult. This extension is in a very early state of development and needs a lot of work - please do not hesitate to contact me if you want to help with the programming or with bugs or feature suggestions. It is open source and available on Github: https://github.com/Tagide/chrome-bit-domain-extension
Informazioni di Base sull'Estensione
Nome | |
ID | kkjfoinnbmgmjgmiakbbhggdmccbjhga |
URL Ufficiale | https://chrome.google.com/webstore/detail/dotbitme-bit-web-surfer/kkjfoinnbmgmjgmiakbbhggdmccbjhga |
Descrizione | An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin. |
Dimensione del File | 15.89 KB |
Conteggio Installazioni | 859 |
Versione Corrente | 0.15 |
Ultimo Aggiornamento | 2014-03-09 |
Data di Pubblicazione | 2014-03-09 |
Valutazione | 5.00/5 Totale 11 Valutazioni |
Sviluppatore | http://dotbit.me |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dotbit.me/proxy/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "proxy.js" ] }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "name": "dotbit.me .bit web surfer", "short_name": ".bit web surfer", "permissions": [ "proxy", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "version": "0.15", "description": "An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.", "homepage_url": "https:\/\/dotbit.me\/proxy\/" } |