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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reklaim และคุณลักษณะหลักของมันคือ "Take back control of your Internet experience with Reklaim by staying on top of any data breaches on the sites you visit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reklaim for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Reklaim for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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