dotbit.me .bit web surfer
An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.
¿Qué es dotbit.me .bit web surfer?
dotbit.me .bit web surfer es una extensión de Chrome desarrollada por http://dotbit.me, y su función principal es "An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión dotbit.me .bit web surfer
Descarga archivos de extensión dotbit.me .bit web surfer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | kkjfoinnbmgmjgmiakbbhggdmccbjhga |
URL Oficial | https://chrome.google.com/webstore/detail/dotbitme-bit-web-surfer/kkjfoinnbmgmjgmiakbbhggdmccbjhga |
Descripción | An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin. |
Tamaño del Archivo | 15.89 KB |
Cantidad de Instalaciones | 859 |
Versión Actual | 0.15 |
Última Actualización | 2014-03-09 |
Fecha de Publicación | 2014-03-09 |
Calificación | 5.00/5 Total de 11 Calificaciones |
Desarrollador | http://dotbit.me |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dotbit.me/proxy/ |
Idiomas Soportados | 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\/" } |