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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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": [] } } |