Streamus ByPasser

Streamus ByPasser

Don't waste your time with compliance. Streamus ByPasser circumvents annoying link shorteners.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Edu Olivares",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icon/48.png",
      "128": "icon/128.png",
      "150": "icon/150.png",
      "176": "icon/176.png",
      "512": "icon/512.png"
    },
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "http://hipotesi.org/sbp",
  "icons": {
    "48": "icon/48.png",
    "128": "icon/128.png",
    "150": "icon/150.png",
    "176": "icon/176.png",
    "512": "icon/512.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmUKX/CmCNlzAiTQ1o+SGZXZ+jQfYE61pwsYykwTR5Nf85p8/x8yn3FM+nxG7g8d1ErTY36F1SUqsj6DRgsxz4ZVrcjmC9HY8znlPxPdKJQav1bhL+3QQArgAk1aYp6QX63IgkaHjVLp/WGlBN3BWjsILeIKHyGttSnvObrIQj8CvXrBwjmdTlGvodR+MqnI1E4437fYNVjFnaYeOWSicnH/M3i9mhCo5EG4twaCxEL0qhPwUEZTUxCPj7fecT+wznspAhmjGSyRAs1aSRvHZd0lz9zy4hNvpdFYbHyHzSGaolfsVof+awTB04fAorTfnvN7UAVt2YDjU1XZz1k5rgwIDAQAB",
  "manifest_version": 2,
  "name": "Streamus ByPasser",
  "options_ui": {
    "open_in_tab": true,
    "page": "html/options.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "21.3.3",
  "web_accessible_resources": [
    "html/before-navigate.html",
    "html/blocked.html",
    "html/crowd-bypassed.html",
    "html/firstrun.html",
    "html/firstrun-noscript.html",
    "html/options.html",
    "icon/48.png"
  ]
}