404monster
404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
Τι είναι το 404monster;
Το 404monster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dittoit2008, και η κύρια λειτουργία του είναι "404monster enables you to publish valuable article to distributed ledger, which becomes immuable.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 404monster
Λήψη αρχείων επέκτασης 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": [] } } |