dotbit.me .bit web surfer
An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.
O que é dotbit.me .bit web surfer?
dotbit.me .bit web surfer é uma extensão do Chrome desenvolvida por http://dotbit.me, e sua principal característica é "An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão dotbit.me .bit web surfer
Baixe arquivos de extensão dotbit.me .bit web surfer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | kkjfoinnbmgmjgmiakbbhggdmccbjhga |
URL Oficial | https://chrome.google.com/webstore/detail/dotbitme-bit-web-surfer/kkjfoinnbmgmjgmiakbbhggdmccbjhga |
Descrição | An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin. |
Tamanho do Arquivo | 15.89 KB |
Contagem de Instalações | 859 |
Versão Atual | 0.15 |
Última Atualização | 2014-03-09 |
Data de Publicação | 2014-03-09 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | http://dotbit.me |
Tipo de Pagamento | free |
Site da Extensão | https://dotbit.me/proxy/ |
Idiomas Suportados | 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\/" } |