404monster

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

Was ist 404monster?

404monster ist eine Chrome-Erweiterung, die von dittoit2008 entwickelt wurde, und ihr Hauptmerkmal ist "404monster enables you to publish valuable article to distributed ledger, which becomes immuable.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

404monster-Erweiterungs-CRX-Datei herunterladen

Laden Sie 404monster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name 404monster 404monster
ID nicabfjcmlfepijmcjfcgagagbdplneb
Offizielle URL https://chromewebstore.google.com/detail/404monster/nicabfjcmlfepijmcjfcgagagbdplneb
Beschreibung 404monster enables you to publish valuable article to distributed ledger, which becomes immuable.
Dateigröße 405 KB
Installationsanzahl 17
Aktuelle Version 1.0
Letztes Update 2020-12-21
Veröffentlichungsdatum 2020-12-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dittoit2008
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://404monster.obytechina.org
URL der Datenschutzrichtlinien-Seite https://404monster.obytechina.org/Login/PrivacyPolicy
Unterstützte Sprachen 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": []
    }
}