Runet Censorship Bypass MINI

Circumvent Russian Internet Censorship: https://git.io/ac-wiki

Runet Censorship Bypass MINIคืออะไร?

Runet Censorship Bypass MINI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anticensority และคุณลักษณะหลักของมันคือ "Circumvent Russian Internet Censorship: https://git.io/ac-wiki"

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

screenshot

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

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

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

                        Version MINI of the extension for slow machines.
Full version of the extension: https://chrome.google.com/webstore/detail/npgcnondjocldhldegnakemclmfkngch
Unlike the full version, this one doesn't notify about unblocked sites.
Full comparison of versions (RU): https://rebrand.ly/ac-versions

With any problems write us: https://rebrand.ly/ac-contact
Documentation (RU): https://git.io/ac-wiki
If extension doesn't work (RU): https://rebrand.ly/ac-support

For better performance you also may check in PAC modifiers:
[✔] запретить опредление по IP/DNS / prohibit determination by IP/DNS

Bypassing internet censorship in Russia is not a crime yet.

This extension allows bypassing censorship in Russia, giving you access
to libraries, encyclopedias, oppositional political sites, and to
innocent sites blocked to many reasons.

It proxies only blocked sites from the registry, leaving all other sites intact.

A shortcoming: CPU works a little longer for each browser HTTP-request.

It installs PAC-script, that works via servers of antizapret.prostovpn.org.

PAC-script is updated every 12 hours, that requires about 6MB a day.
It also eats about ~30MB of memory for keeping you informed about unblocked sites via the icon.

Blue ribbon is a symbol of EFF campaign for Online Freedom of Speech, Press and Association.

The extension is free and open source because I'm interested, that citizens have free access to political sites and alternative news sources.

Releases (RU): https://rebrand.ly/ac-releases                    

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

ชื่อ Runet Censorship Bypass MINI Runet Censorship Bypass MINI
ID gnknjnebjldmkpmlhjipalimhjofpgho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/runet-censorship-bypass-m/gnknjnebjldmkpmlhjipalimhjofpgho
คำอธิบาย Circumvent Russian Internet Censorship: https://git.io/ac-wiki
ขนาดไฟล์ 671 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.0.1.61
อัปเดตครั้งล่าสุด 2023-05-05
วันที่เผยแพร่ 2020-06-01
คะแนน 3.97/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา anticensority
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://git.io/ac-wiki
URL หน้าช่วยเหลือ https://git.io/ac-wiki
URL หน้านโยบายความเป็นส่วนตัว https://rebrand.ly/ac-policy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "ru",
    "description": "__MSG_extDesc__",
    "version": "0.0.1.61",
    "icons": {
        "128": "icons\/default-128.png"
    },
    "author": "[email protected]",
    "permissions": [
        "proxy",
        "alarms",
        "storage",
        "unlimitedStorage",
        "",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "minimum_chrome_version": "55.0.0.0",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "00-init-apis.js",
            "11-error-handlers-api.js",
            "12-errors-lib.js",
            "13-http-lib.js",
            "15-firefox-proxy-settings.js",
            "20-for-mini-only.js",
            "35-pac-kitchen-api.js",
            "37-sync-pac-script-with-pac-provider-api.js",
            "70-menu-items.js",
            "75-context-menus.js"
        ]
    },
    "browser_action": {
        "default_title": "\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0431\u043b\u0430\u0433\u043e\u0441\u043b\u043e\u0432\u043b\u0451\u043d | \u0412\u0435\u0440\u0441\u0438\u044f 1.61-mini",
        "default_popup": "\/pages\/options\/index.html"
    },
    "options_ui": {
        "page": "\/pages\/options\/index.html",
        "chrome_style": false
    }
}