Examine source code of Runet Censorship Bypass

Inspect and view changes in Runet Censorship Bypass source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "ru",
  "description": "__MSG_extDesc__",
  "version": "0.0.1.63",
  "icons": {
    "128": "icons/default-128.png"
  },
  "author": "anticensority+owners@googlegroups.com",
  "permissions": [
    "proxy",
    "alarms",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "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": "Этот сайт благословлён | Версия 1.63",
    "default_popup": "/pages/options/index.html"
  },
  "options_ui": {
    "page": "/pages/options/index.html",
    "chrome_style": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}