Alora

Protect your online data privacy

Alora란 무엇입니까?

Alora은(는) tomzhu1024에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your online data privacy"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -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';"
}