Privatally

Browser extension to ensure your privacy.

Privatally란 무엇입니까?

Privatally은(는) https://privatilly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to ensure your privacy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search in private, clear online tracking history, store private urls and more.

Tools include: 
- clear web history across ad networks
- delete past accounts on the web
- check your network connectivity data especially when traveling
- easy access private browse mode
- store private urls with a password protection 
- alerts you if you are about to install that can change your browser settings
- replaces your current new tab settings to our's so that you can access Privatilly's tools and links
- since search is a big part of your browsing activities, you can search using our search engine in private or public mode.                    

확장 프로그램 기본 정보

이름 Privatally Privatally
ID nnaghopcjemaddlcdcahcboliamehlek
공식 URL https://chromewebstore.google.com/detail/privatally/nnaghopcjemaddlcdcahcboliamehlek
설명 Browser extension to ensure your privacy.
파일 크기 226 KB
설치 횟수 17
현재 버전 1.2.0
최근 업데이트 2020-09-30
출시 날짜 2020-07-27
평점 5.00/5 총 1 개의 평점
개발자 https://privatilly.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.privatilly.com
도움말 페이지 URL https://www.privatilly.com/contact-us.html
개인정보 보호 정책 페이지 URL https://bigengagemarketing.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Privatally",
    "short_name": "Privatally",
    "description": "Browser extension to ensure your privacy.",
    "version": "1.2.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "view\/index.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "storage",
        "http:\/\/clients2.google.com\/",
        "http:\/\/clients2.googleusercontent.com\/",
        "https:\/\/clients2.googleusercontent.com\/"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "64": "images\/icon-64.png",
        "32": "images\/icon-32.png",
        "16": "images\/icon-16.png"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "view\/cover.html",
        "default_title": "Search or Type a URL"
    }
}