Datarmine, Privacy everywhere with blockchain

Keep your publications safe from prying eyes. Choose who can access it and prevent web services from using them.

Datarmine, Privacy everywhere with blockchain là gì?

Datarmine, Privacy everywhere with blockchain là một tiện ích mở rộng Chrome được phát triển bởi https://www.datarmine.com, và tính năng chính của nó là "Keep your publications safe from prying eyes. Choose who can access it and prevent web services from using them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Datarmine, Privacy everywhere with blockchain

Tải xuống các tệp mở rộng Datarmine, Privacy everywhere with blockchain dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Prevent your publications from being saved on any web services you use.

Pick who can see what you publish and for how long.

To protect your publications, just :

- open extension
- type in your message
- choose who is allowed to access it and for how long,
- choose the message that will hide your real (and cyphered) publication,
- paste it anywhere you want !

Your protected content is automatically deciphered by the recipients, the rest of the world on sees the substitution message. 

Registration is anonymous (username) and your data are cyphered before leaving your computer : we can’t ever access your content and don’t know who you are.

Used technology : asymetrical ciphering, RSA 1024, AES256, and block chain.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Datarmine, Privacy everywhere with blockchain Datarmine, Privacy everywhere with blockchain
ID kmjgiccaafpjcdplhbopodmckegjbimo
URL Chính Thức https://chromewebstore.google.com/detail/datarmine-privacy-everywh/kmjgiccaafpjcdplhbopodmckegjbimo
Mô tả Keep your publications safe from prying eyes. Choose who can access it and prevent web services from using them.
Kích Thước Tệp 992 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 2.22.22
Cập Nhật Lần Cuối 2017-01-25
Ngày Phát Hành 2017-01-25
Đánh Giá 4.81/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://www.datarmine.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.datarmine.com
URL Trang Trợ Giúp https://datarmine.com/faq-page-1/
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Datarmine, Privacy everywhere with blockchain",
    "version": "2.22.22",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/datarmine.com",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/piwik.privasys.io; object-src 'self'",
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "https:\/\/datarmine.com\/"
    ],
    "browser_action": {
        "default_title": "Datarmine",
        "default_popup": "popup.html",
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/loader.gif",
        "images\/levels\/grade0.png",
        "images\/levels\/grade1.png",
        "images\/levels\/grade2.png",
        "images\/levels\/grade3.png",
        "images\/levels\/grade4.png"
    ],
    "background": {
        "scripts": [
            "js\/libraries\/jquery.min.js",
            "js\/libraries\/q.js",
            "js\/libraries\/cryptojs\/core.js",
            "js\/libraries\/cryptojs\/cipher-core.js",
            "js\/libraries\/cryptojs\/aes.js",
            "js\/libraries\/cryptojs\/enc-base64.js",
            "js\/libraries\/cryptojs\/enc-u8array.js",
            "js\/libraries\/cryptojs\/sha256.js",
            "js\/libraries\/cryptojs\/sha1.js",
            "js\/libraries\/cryptojs\/hmac.js",
            "js\/libraries\/cryptojs\/sha256.js",
            "js\/libraries\/cryptojs\/pbkdf2.js",
            "js\/libraries\/jsbn\/prng4.js",
            "js\/libraries\/jsbn\/rng.js",
            "js\/libraries\/jsbn\/jsbn.js",
            "js\/libraries\/jsbn\/jsbn2.js",
            "js\/libraries\/jsbn\/rsa.js",
            "js\/libraries\/jsbn\/rsa2.js",
            "js\/shared\/core.js",
            "js\/shared\/config.js",
            "js\/shared\/storage.js",
            "js\/shared\/base.js",
            "js\/app\/crypto\/toolkit.js",
            "js\/app\/background\/api.js",
            "js\/app\/background\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/jquery.min.js",
                "js\/libraries\/cryptojs\/core.js",
                "js\/libraries\/cryptojs\/cipher-core.js",
                "js\/libraries\/cryptojs\/aes.js",
                "js\/libraries\/cryptojs\/enc-base64.js",
                "js\/libraries\/cryptojs\/enc-u8array.js",
                "js\/libraries\/cryptojs\/sha256.js",
                "js\/libraries\/jsbn\/prng4.js",
                "js\/libraries\/jsbn\/rng.js",
                "js\/libraries\/jsbn\/jsbn.js",
                "js\/libraries\/jsbn\/jsbn2.js",
                "js\/libraries\/jsbn\/rsa.js",
                "js\/libraries\/jsbn\/rsa2.js",
                "js\/libraries\/q.js",
                "js\/shared\/core.js",
                "js\/shared\/storage.js",
                "js\/shared\/base.js",
                "js\/shared\/images.js",
                "js\/shared\/clean.js",
                "js\/app\/crypto\/toolkit.js",
                "js\/app\/contentscript\/reader.js",
                "js\/app\/contentscript\/main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}