404monster

404monster enables you to publish valuable article to distributed ledger, which becomes immuable.

What is 404monster?

404monster is a Chrome extension developed by dittoit2008, and its main feature is "404monster enables you to publish valuable article to distributed ledger, which becomes immuable.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download 404monster Extension CRX File

Download 404monster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name 404monster 404monster
ID nicabfjcmlfepijmcjfcgagagbdplneb
Official URL https://chromewebstore.google.com/detail/404monster/nicabfjcmlfepijmcjfcgagagbdplneb
Description 404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
File Size 405 KB
Installation Count 17
Current Version 1.0
Last Updated 2020-12-21
Publish Date 2020-12-21
Rating 5.00/5 Total 1 Ratings
Developer dittoit2008
Email [email protected]
Payment Type free
Extension Website https://404monster.obytechina.org
Privacy Policy Page URL https://404monster.obytechina.org/Login/PrivacyPolicy
Supported Languages 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": []
    }
}