Bypass Censorship

Find access to blocked websites

Bypass Censorshipคืออะไร?

Bypass Censorship เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bypass Censorship และคุณลักษณะหลักของมันคือ "Find access to blocked websites"

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

screenshot
screenshot
screenshot

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

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

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

                        Find access to blocked websites of Bypass Censorship Partners. This extension suggests available mirrors for partner websites that may be censored.

Bypass Censorship is a project to address the issue of censorship affecting audiences globally by connecting people to effective tools that make it possible for them to access the Internet and the vital information they need. Websites of international news agencies are often blocked in many countries.

Learn more at https://www.bypasscensorship.org

This extension is a fork of the RSF Censorship Detector provided by Reporters Without Borders as part of their Collateral Freedom initiative, but with a list of mirrors and censored sites curated by Bypass Censorship (https://www.bypasscensorship.org).

For support, usage instructions, to contribute to the project, or to make your own version visit https://github.com/OpenTechFund/bypass-censorship-extension.                    

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

ชื่อ Bypass Censorship Bypass Censorship
ID gdbljocmlhlhlmlcakjmmjeledigpfdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bypass-censorship/gdbljocmlhlhlmlcakjmmjeledigpfdl
คำอธิบาย Find access to blocked websites
ขนาดไฟล์ 582 KB
จำนวนการติดตั้ง 1,590
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-01-24
วันที่เผยแพร่ 2019-02-27
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Bypass Censorship
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bypasscensorship.org
URL หน้าช่วยเหลือ https://github.com/OpenTechFund/bypass-censorship-extension
ภาษาที่รองรับ en,fr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "2.1.0",
    "description": "__MSG_ext_desc__",
    "author": "Josh King ",
    "background": {
        "scripts": [
            "background.bc57c138.js"
        ]
    },
    "options_ui": {
        "page": "options.5f63412f.html",
        "browser_style": true
    },
    "icons": {
        "16": "src\/icons\/default\/16.png",
        "48": "src\/icons\/default\/48.png",
        "96": "src\/icons\/default\/96.png",
        "128": "src\/icons\/default\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.293a5284.html",
        "default_icon": {
            "16": "src\/icons\/default\/16.png",
            "48": "src\/icons\/default\/48.png",
            "96": "src\/icons\/default\/96.png",
            "128": "src\/icons\/default\/128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "tabs",
        "alarms",
        "*:\/\/raw.githubusercontent.com\/*",
        "*:\/\/wxyz.page\/*"
    ],
    "web_accessible_resources": [
        "src\/icons\/default\/16.png",
        "src\/icons\/default\/48.png",
        "src\/icons\/default\/96.png",
        "src\/icons\/default\/128.png",
        "src\/icons\/green\/16.png",
        "src\/icons\/green\/48.png",
        "src\/icons\/green\/96.png",
        "src\/icons\/green\/128.png",
        "src\/icons\/red\/16.png",
        "src\/icons\/red\/48.png",
        "src\/icons\/red\/96.png",
        "src\/icons\/red\/128.png"
    ],
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "{5dd64bbe-7c31-4ed8-8edf-d39252c0eaea}"
        }
    }
}