Alora

Protect your online data privacy

Aloraとは何ですか?

Aloraはtomzhu1024によって開発されたChromeの拡張機能で、その主な機能は「Protect your online data privacy」です。

拡張機能のスクリーンショット

screenshot

Alora拡張機能のCRXファイルをダウンロード

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
Eメール [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';"
}