Examine source code of Block Yourself from Analytics

Inspect and view changes in Block Yourself from Analytics 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,
  "minimum_chrome_version": "63",
  "offline_enabled": true,
  "name": "Block Yourself from Analytics",
  "version": "3.9.8.85",
  "description": "Easy to manage website list accepts domain names with wildcards",
  "background": {
    "scripts": [
      "logger.js",
      "cross.js",
      "storage.js",
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": true
  },
  "icons": {
    "16": "images/icon-016.png",
    "19": "images/icon-019.png",
    "32": "images/icon-032.png",
    "38": "images/icon-038.png",
    "48": "images/icon-048.png",
    "64": "images/icon-064.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_title": "Extension not available for this website",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-disabled-016.png",
      "19": "images/icon-disabled-019.png",
      "32": "images/icon-disabled-032.png",
      "38": "images/icon-disabled-038.png"
    }
  },
  "content_security_policy": "default-src 'self'; connect-src https://api.igorware.com; font-src 'none'; img-src 'self' data:; object-src 'none'; style-src 'unsafe-inline'",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*",
    "cookies",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}