404monster
404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
Cos'è 404monster?
404monster è un'estensione di Chrome sviluppata da dittoit2008, e la sua funzione principale è "404monster enables you to publish valuable article to distributed ledger, which becomes immuable.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 404monster
Scarica i file di estensione 404monster 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
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!
Informazioni di Base sull'Estensione
Nome | 404monster |
ID | nicabfjcmlfepijmcjfcgagagbdplneb |
URL Ufficiale | https://chromewebstore.google.com/detail/404monster/nicabfjcmlfepijmcjfcgagagbdplneb |
Descrizione | 404monster enables you to publish valuable article to distributed ledger, which becomes immuable. |
Dimensione del File | 405 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-21 |
Data di Pubblicazione | 2020-12-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dittoit2008 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://404monster.obytechina.org |
URL della Pagina della Politica sulla Privacy | https://404monster.obytechina.org/Login/PrivacyPolicy |
Lingue Supportate | 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": [] } } |