Secure Kit

Make your browser anonymous on the web in 1 click

Secure Kitคืออะไร?

Secure Kit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheSafety และคุณลักษณะหลักของมันคือ "Make your browser anonymous on the web in 1 click"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secure Kit

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

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

                        Secure Kit helps make your browser anonymous in 1 click.
Select Recommended or Strict Settings.
Advanced users can select the necessary settings manually.
Check IPv4 and IPv6 addresses and get information about country, city and type of IP address.

The extension controls the following settings:
- Disable WebRTC, Flash, Java, Cookies, Javascript
- Disable unique Browser Imprints (no one will be able to monitor your browser)
- Enable HTTPS Everywhere and Do not track feature
- Change browser user agent
- Disable or change Geo Location
- Set by IP address manually or by timer: time zone, browser language and Geo Location
- Connect to the free TOR network without installing additional software
- Connect to your HTTPS or Socks 5 proxy

Manage your TheSafety.US account:
- Receive VPN and proxy subscription renewal notifications
- Connect to your browser subscriptions


Privacy policy:

We do not collect any information on the operation of the extension, visited sites, IP addresses, DNS queries, Cookies, etc.
We do not control your connections and do not maintain any logs.
For authorization, the program uses Email and the password from TheSafety.US
The extension does not require registration or authorization.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Secure Kit Secure Kit
ID jhhafkobmfjlcfppjenldjalejnfhcfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secure-kit/jhhafkobmfjlcfppjenldjalejnfhcfk
คำอธิบาย Make your browser anonymous on the web in 1 click
ขนาดไฟล์ 618 KB
จำนวนการติดตั้ง 6,558
เวอร์ชันปัจจุบัน 1.2.9
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2020-06-08
คะแนน 4.94/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา TheSafety
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thesafety.us
URL หน้านโยบายความเป็นส่วนตัว https://thesafety.us/privacy-policy
ภาษาที่รองรับ de,en,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,fi,sv,cs,el,sr,bg,ru,uk,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "48",
    "name": "__MSG_appname__",
    "version": "1.2.9",
    "description": "__MSG_appdesc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/eye.svg",
        "img\/close.svg"
    ],
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "",
        "storage",
        "privacy",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "proxy",
        "browsingData",
        "contentSettings"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-3.2.1.min.js",
                "js\/lib\/notify.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}