Winston

Integrates your browser with your Winston whole-home privacy system. A Winston hardware device is required to use this add-on.

Winstonคืออะไร?

Winston เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://winstonprivacy.com และคุณลักษณะหลักของมันคือ "Integrates your browser with your Winston whole-home privacy system. A Winston hardware device is required to use this add-on."

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

screenshot
screenshot
screenshot

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

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

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

                        Offers comprehensive privacy protection in a single extension without any backdoors or data collection.

* Speeds browsing
* Blocks ads
* Intelligently filters and expires cookies
* Stops browser fingerprinting
* Protects against tracking in incognito mode

This extension also integrates with Winston's whole-home privacy system. This extension permits you to bypass the Winston Privacy Mesh network, reveal your location and turn off tracking and ad blocking for any sites you wish.                    

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

ชื่อ Winston Winston
ID fepoafffphkpcnmmomcofalajmobmojj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/winston/fepoafffphkpcnmmomcofalajmobmojj
คำอธิบาย Integrates your browser with your Winston whole-home privacy system. A Winston hardware device is required to use this add-on.
ขนาดไฟล์ 1.69 MB
จำนวนการติดตั้ง 1,420
เวอร์ชันปัจจุบัน 1.5.11
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2020-06-26
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://winstonprivacy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://winstonprivacy.com
URL หน้าช่วยเหลือ https://support.winstonprivacy.com
URL หน้านโยบายความเป็นส่วนตัว https://winstonprivacy.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Winston",
    "description": "Integrates your browser with your Winston whole-home privacy system. A Winston hardware device is required to use this add-on.",
    "manifest_version": 2,
    "version": "1.5.11",
    "author": "Winston Privacy, Inc.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "notifications",
        "privacy"
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/images\/enabled-32.png",
            "48": "assets\/images\/enabled-48.png",
            "96": "assets\/images\/enabled-96.png"
        },
        "default_title": "Winston",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "32": "assets\/images\/enabled-32.png",
        "48": "assets\/images\/enabled-48.png",
        "96": "assets\/images\/enabled-96.png",
        "128": "assets\/images\/winston-128x128.png"
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "lib\/main.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "lib\/browser-polyfill.js",
                "lib\/frame.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": false,
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/authentication.bundle.js",
                "content-scripts\/notifications.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": false,
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "content-scripts\/benchmark.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "pages\/**\/*.html",
        "assets\/images\/logo.svg",
        "assets\/images\/logo-white.svg",
        "assets\/images\/benchmark-winston.svg",
        "assets\/images\/benchmark-www.svg",
        "lib\/browser-polyfill.js",
        "lib\/intercept.bundle.js",
        "fonts\/*.woff2"
    ],
    "default_locale": "en"
}