Alora

Protect your online data privacy

Τι είναι το Alora;

Το Alora είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tomzhu1024, και η κύρια λειτουργία του είναι "Protect your online data privacy".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Alora

Λήψη αρχείων επέκτασης Alora σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        -Protect your online data privacy.
-Auto delete browsing history and cookies on selected sites.

We don’t collect or know anything about what you're browsing.
All data is stored locally in your computer.


Alora helps you to protect your digital footprint from trackers. Alora also helps you to auto clean cache and cookies.  Alora is the first product from the Privoce team. The Privoce project is aimed to provide transparent, secure, user-oriented personal cloud computing solutions for netizen. Alora will serve as the personal data management interface for the Web 3.0 era, an interface between the mature cloud computing infrastructure (cloud storage) and the internet services (apps). Our objective is to return control to your data, offer cloud storage, and guarantee your privacy on the Internet.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Alora Alora
ID pcmafklmeafeodgkklcoidiledfeicha
Επίσημο URL https://chromewebstore.google.com/detail/alora/pcmafklmeafeodgkklcoidiledfeicha
Περιγραφή Protect your online data privacy
Μέγεθος Αρχείου 530 KB
Αριθμός Εγκαταστάσεων 142
Τρέχουσα Έκδοση 3.0.6
Τελευταία Ενημέρωση 2021-05-25
Ημερομηνία Δημοσίευσης 2020-06-21
Αξιολόγηση 4.63/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής tomzhu1024
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://privoce.com/privacyPolicy.html
Υποστηριζόμενες Γλώσσες en,es,pt-BR,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0.6",
    "description": "__MSG_extDescription__",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "history",
        "webRequest",
        "webRequestBlocking",
        "chrome:\/\/favicon\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "circle-default.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "80",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';"
}