404monster

404monster enables you to publish valuable article to distributed ledger, which becomes immuable.

¿Qué es 404monster?

404monster es una extensión de Chrome desarrollada por dittoit2008, y su función principal es "404monster enables you to publish valuable article to distributed ledger, which becomes immuable.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 404monster

Descarga archivos de extensión 404monster 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

                        404monster is an easy-to-use application which helps you to send multi-format articles to a Distributed ledger: Obyte DAG, a next generation Blockchain technology platform. 

The idea to create such an application is because sometimes we find some saved web pages will become 404 (not accessible anymore), such an accident could be caused by various reasons: server broken, hacked, deleted by website administrator, physical damage of website server, censored, etc. To prevent such a sad thing from happening again, 404monster is born. 

Posted articles will become immuable and live forever in the crypto net world, nobody can wipe it out. It is the first time which makes it possible to save data Immutable, truely. That is how the name of this application comes from -- A monster who eliminates 404 pages specifically!                    

Información Básica de la Extensión

Nombre 404monster 404monster
ID nicabfjcmlfepijmcjfcgagagbdplneb
URL Oficial https://chromewebstore.google.com/detail/404monster/nicabfjcmlfepijmcjfcgagagbdplneb
Descripción 404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
Tamaño del Archivo 405 KB
Cantidad de Instalaciones 17
Versión Actual 1.0
Última Actualización 2020-12-21
Fecha de Publicación 2020-12-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador dittoit2008
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://404monster.obytechina.org
URL de la Página de Política de Privacidad https://404monster.obytechina.org/Login/PrivacyPolicy
Idiomas Soportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/404monster.obytechina.org\/*"
    ],
    "background": {
        "scripts": []
    }
}