404monster
404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
什么是404monster?
404monster是由dittoit2008开发的Chrome扩展程序,该扩展的主要功能是“404monster enables you to publish valuable article to distributed ledger, which becomes immuable.”。
扩展截图
下载404monster扩展crx文件
下载404monster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | 404monster |
ID | nicabfjcmlfepijmcjfcgagagbdplneb |
官方URL | https://chromewebstore.google.com/detail/404monster/nicabfjcmlfepijmcjfcgagagbdplneb |
简介 | 404monster enables you to publish valuable article to distributed ledger, which becomes immuable. |
文件大小 | 405 KB |
安装次数 | 17 |
当前版本 | 1.0 |
更新时间 | 2020-12-21 |
上架时间 | 2020-12-21 |
评分 | 5.00/5 共1次评分 |
开发者 | dittoit2008 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://404monster.obytechina.org |
隐私政策页面URL | https://404monster.obytechina.org/Login/PrivacyPolicy |
支持的语言 | 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": [] } } |