404monster
404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
404monster là gì?
404monster là một tiện ích mở rộng Chrome được phát triển bởi dittoit2008, và tính năng chính của nó là "404monster enables you to publish valuable article to distributed ledger, which becomes immuable.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 404monster
Tải xuống các tệp mở rộng 404monster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 404monster |
ID | nicabfjcmlfepijmcjfcgagagbdplneb |
URL Chính Thức | https://chromewebstore.google.com/detail/404monster/nicabfjcmlfepijmcjfcgagagbdplneb |
Mô tả | 404monster enables you to publish valuable article to distributed ledger, which becomes immuable. |
Kích Thước Tệp | 405 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-12-21 |
Ngày Phát Hành | 2020-12-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dittoit2008 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://404monster.obytechina.org |
URL Trang Chính Sách Bảo Mật | https://404monster.obytechina.org/Login/PrivacyPolicy |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } } |