Reklaim for Chrome

Take back control of your Internet experience with Reklaim by staying on top of any data breaches on the sites you visit

Reklaim for Chrome란 무엇입니까?

Reklaim for Chrome은(는) Reklaim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take back control of your Internet experience with Reklaim by staying on top of any data breaches on the sites you visit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reklaim for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Be in control of your Internet experience with the Reklaim Chrome Extension and get rewarded at the same time!

With the Reklaim Chrome Extension you’ll get:
- A powerful ad blocker
- Notifications letting you know what sites you’re visiting that have been hacked (and you should change your password!)
- And by logging into your free Reklaim account:
    - Get rewarded to share your browsing history with us (optional)
    - Stay on top of your Reklaim account balance

You don’t need a Reklaim account to use the ad blocking and hacked website alerts, but you can sign up anytime for one at https://www.reklaimyours.com and check out other ways Reklaim rewards you for sharing your data! 

By using this extension, you agree to the Reklaim Terms & Conditions available at https://www.reklaimyours.com/terms-and-conditions                    

확장 프로그램 기본 정보

이름 Reklaim for Chrome Reklaim for Chrome
ID iokjgeodkfgdpgnfdccfeboekahebihk
공식 URL https://chrome.google.com/webstore/detail/reklaim-for-chrome/iokjgeodkfgdpgnfdccfeboekahebihk
설명 Take back control of your Internet experience with Reklaim by staying on top of any data breaches on the sites you visit
파일 크기 3.93 MB
설치 횟수 5,000
현재 버전 5.6.0
최근 업데이트 2022-02-12
출시 날짜 2020-08-25
평점 3.79/5 총 14 개의 평점
개발자 Reklaim
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reklaimyours.com
도움말 페이지 URL https://help.reklaimyours.com/
개인정보 보호 정책 페이지 URL https://reklaimyours.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reklaim for Chrome",
    "short_name": "Reklaim for Chrome",
    "homepage_url": "https:\/\/reklaimyours.com",
    "background": {
        "page": "background.html"
    },
    "options_page": "settings.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/reklaim-icon16.png",
            "24": "images\/reklaim-icon24.png",
            "32": "images\/reklaim-icon32.png",
            "48": "images\/reklaim-icon48.png",
            "128": "images\/reklaim-icon128.png"
        }
    },
    "icons": {
        "16": "images\/reklaim-icon16.png",
        "24": "images\/reklaim-icon24.png",
        "32": "images\/reklaim-icon32.png",
        "48": "images\/reklaim-icon48.png",
        "128": "images\/reklaim-icon128.png"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.killi.io\/*",
            "https:\/\/*.reklaimyours.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": false,
    "description": "Take back control of your Internet experience with Reklaim by staying on top of any data breaches on the sites you visit",
    "version": "5.6.0"
}