TM Proxy

TM Proxy

Automate changing IP Address for TM Proxy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TM Proxy",
  "version": "1.1.3",
  "description": "Automate changing IP Address for TM Proxy!",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Options"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "proxy",
    "storage",
    "<all_urls>",
    "alarms",
    "tabs"
  ],
  "incognito": "spanning",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "data/multi.json"
  ]
}