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 |
官方網址 | 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": [] } } |