Zéro Trace

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

Co to jest Zéro Trace?

Zéro Trace to rozszerzenie Chrome opracowane przez https://www.zerotrace.fr, a jego główną funkcją jest „Keep your publications safe from prying eyes. Choose who can access it and prevent web services from using them.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zéro Trace

Pobierz pliki rozszerzeń Zéro Trace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Zero trace lets you protect your photos so you can safely share them on social networks. The technique used is called encryption.

You are in the list of publications, and in the publication for the benefit of an association.

Not only do you protect your privacy and that of those you like, but you also encourage your loved ones to adopt a solid and responsible citizen digital practice.

What you publish about your children will be their digital legacy.

Zero Trace uses combat encryption technology: imagine a secure tunnel between your computer and that of the person authorized to decipher you.
For more peace of mind, Zero trace uses a trusted third party to never be able to access your data (Blockchain).                    

Podstawowe informacje o rozszerzeniu

Nazwa Zéro Trace Zéro Trace
ID obibmghjadlaglomfgaoapfmhkmkhlga
Oficjalny URL https://chromewebstore.google.com/detail/z%C3%A9ro-trace/obibmghjadlaglomfgaoapfmhkmkhlga
Opis Keep your publications safe from prying eyes. Choose who can access it and prevent web services from using them.
Rozmiar pliku 1.16 MB
Liczba instalacji 19
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2017-03-22
Data Publikacji 2017-03-22
Deweloper https://www.zerotrace.fr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.zerotrace.fr
Obsługiwane Języki en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Z\u00e9ro Trace",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.zerotrace.fr",
    "default_locale": "fr",
    "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:\/\/www.zerotrace.fr\/"
    ],
    "browser_action": {
        "default_title": "Z\u00e9ro Trace",
        "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
        }
    ]
}