Runet Censorship Bypass

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

Runet Censorship Bypass란 무엇입니까?

Runet Censorship Bypass은(는) anticensority에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Circumvent Russian Internet Censorship: https://git.io/ac-wiki"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Runet Censorship Bypass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Bypassing internet censorship in Russia is not a crime yet.

With any problem contact us: https://groups.google.com/g/anticensority.
Version for slow machines: https://chrome.google.com/webstore/detail/gnknjnebjldmkpmlhjipalimhjofpgho.

This extension allows bypassing censorship of Russian government (sites blocked by RosKomNadzor, RKN), 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 https://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.

In contrast to the version for slow machines this version displays on the icon the number of unblocked domains on the page. Sign "%" signifies that the page itself is not unblocked but rather sub-requests made by the page are unblocked (images, styles, etc.).

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.

If extension doesn't work (RU): https://github.com/anticensority/runet-censorship-bypass/wiki/Если-расширение-не-работает.

Documentation (RU): https://github.com/anticensority/runet-censorship-bypass/wiki.
Releases (RU): https://github.com/anticensority/runet-censorship-bypass/releases.                    

확장 프로그램 기본 정보

이름 Runet Censorship Bypass Runet Censorship Bypass
ID npgcnondjocldhldegnakemclmfkngch
공식 URL https://chromewebstore.google.com/detail/runet-censorship-bypass/npgcnondjocldhldegnakemclmfkngch
설명 Circumvent Russian Internet Censorship: https://git.io/ac-wiki
파일 크기 682 KB
설치 횟수 964,555
현재 버전 0.0.1.61
최근 업데이트 2023-05-08
출시 날짜 2020-06-04
평점 4.40/5 총 1801 개의 평점
개발자 anticensority
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anticensority/runet-censorship-bypass/wiki
도움말 페이지 URL https://github.com/anticensority/runet-censorship-bypass/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",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "minimum_chrome_version": "55.0.0.0",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    },
    "background": {
        "scripts": [
            "00-init-apis.js",
            "11-error-handlers-api.js",
            "12-errors-lib.js",
            "13-http-lib.js",
            "15-firefox-proxy-settings.js",
            "20-ip-to-host-api.js",
            "35-pac-kitchen-api.js",
            "37-sync-pac-script-with-pac-provider-api.js",
            "80-error-menu.js",
            "83-last-errors.js",
            "85-block-informer.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",
        "default_popup": "\/pages\/options\/index.html"
    },
    "options_ui": {
        "page": "\/pages\/options\/index.html",
        "chrome_style": false
    }
}