Censor Tracker – Proxy for Privacy & Security

A censorship circumvention extension. Stay safe online with our proxy extension.

Censor Tracker – Proxy for Privacy & Securityคืออะไร?

Censor Tracker – Proxy for Privacy & Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://censortracker.org และคุณลักษณะหลักของมันคือ "A censorship circumvention extension. Stay safe online with our proxy extension."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Censor Tracker – Proxy for Privacy & Security

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

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

                        Censor Tracker for Chrome is an extension that allows you to bypass Internet censorship, notify about sites that pass information to government agencies and identify new blockages. Works in Russia, Ukraine, Belarus, Kazakhstan, Kyrgyzstan, Uzbekistan and other countries. 

The key features are:

✔️ Bypass blocking in Russia, Ukraine, Belarus, Kazakhstan, Uzbekistan, Kyrgyzstan and other countries, including DPI blocking
✔️ Stay anonymous with fast and safe proxies
✔️ Learn about sites that share your data with third parties (for Russia)
✔️ Open *.onion and *.i2p sites without using third-party software
✔️ Use your own HTTPS-proxy
✔️ Use your own list of domains that should be proxied

Censor Tracker is an open source extension and you can explore its code at any time. Just visit our GitHub: https://github.com/censortracker/censortracker

Warning. If you're having problems with Censor Tracker, try reinstalling it or contact us via Telegram: https://t.me/CensorTracker_feedback                    

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

ชื่อ Censor Tracker – Proxy for Privacy & Security Censor Tracker – Proxy for Privacy & Security
ID gaidoampbkcknofoejhnhbhbhhifgdop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/censor-tracker-%E2%80%93-proxy-fo/gaidoampbkcknofoejhnhbhbhhifgdop
คำอธิบาย A censorship circumvention extension. Stay safe online with our proxy extension.
ขนาดไฟล์ 1.74 MB
จำนวนการติดตั้ง 182,544
เวอร์ชันปัจจุบัน 18.0.0
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2021-03-15
คะแนน 3.94/5 รวมทั้งหมด 235 คะแนน
ผู้พัฒนา https://censortracker.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://censortracker.org/
URL หน้าช่วยเหลือ https://t.me/CensorTracker_feedback
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "action": {
        "default_name": "Censor Tracker",
        "default_popup": "popup.html",
        "default_icon": "images\/icons\/128x128\/default.png"
    },
    "permissions": [
        "alarms",
        "activeTab",
        "management",
        "notifications",
        "proxy",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self';"
    },
    "version": "18.0.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "__MSG_appAuthor__",
    "default_locale": "en",
    "homepage_url": "https:\/\/censortracker.org\/",
    "icons": {
        "16": "images\/icons\/16x16\/default.png",
        "48": "images\/icons\/48x48\/default.png",
        "128": "images\/icons\/128x128\/default.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rt.com\/*",
                "*:\/\/*.1tv.ru\/*",
                "*:\/\/*.1tv.com\/*",
                "*:\/\/*.1tv.live\/*",
                "*:\/\/*.ntv.ru\/*",
                "*:\/\/ren.tv\/*",
                "*:\/\/topspb.tv\/*",
                "*:\/\/*.5-tv.ru\/*",
                "*:\/\/78.ru\/*",
                "*:\/\/*.interfax.ru\/*",
                "*:\/\/*.interfax.com\/*",
                "*:\/\/tass.ru\/*",
                "*:\/\/tass.com\/*",
                "*:\/\/ria.ru\/*",
                "*:\/\/*.gazeta.ru\/*",
                "*:\/\/lenta.ru\/*",
                "*:\/\/iz.ru\/*",
                "*:\/\/vgtrk.ru\/*"
            ],
            "css": [
                "css\/parental-control.css"
            ],
            "js": [
                "content-scripts\/parental-control.js"
            ]
        }
    ]
}