404monster

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

404monster란 무엇입니까?

404monster은(는) dittoit2008에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "404monster enables you to publish valuable article to distributed ledger, which becomes immuable."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

404monster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": []
    }
}