Proxy & User-Agent Switcher

Proxy & User-Agent Switcher

The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "4.0",
  "description": "__MSG_extDescription__",
  "short_name": "free proxy",
  "default_locale": "en",
  "options_page": "proxy-settings.html",
  "incognito": "spanning",
  "browser_action": {
    "default_icon": "img/fi/proxy64.png",
    "default_title": "Proxy & User-Agent switcher",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "icons": {
    "16": "img/fi/proxy16.png",
    "32": "img/fi/proxy32.png",
    "48": "img/fi/proxy48.png",
    "64": "img/fi/proxy64.png",
    "128": "img/fi/proxy128.png",
    "512": "img/fi/proxy512.png"
  },
  "author": "d09r",
  "homepage_url": "https://d09r.github.io/proxy-user-agent-switcher/",
  "permissions": [
    "proxy",
    "background",
    "storage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}