Request Changer

Request Changer

Simple way to change request parameters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Madson Viana",
  "background": {
    "scripts": [
      "scripts/URI.min.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/32-icon.png",
    "default_title": "Request Changer (enabled)"
  },
  "description": "Simple way to change request parameters.",
  "icons": {
    "128": "images/128-icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApWwxt5fzXypNQeiMLqCgGiALflVDUi3eclt10n9OlXlcOCpMaEvKMnFkfXzJ7WBTd9gqeS2ZzX2dRLLw4VwySviLPFJ3tZHX1ThVT9oa0KHH8uMdq4LRYUAHsuN6LeDXMnr9CfiAR0IhtUlJ2KtwUBfFISgJKzTShm3hBCvBIkEeJ4K6QSjgOsPgtNKz3i7uzrN/62VKnjDyoaDP4OLeRL5/20KOCksnF7Svq00yUANb+yf7UykKOFFn8pnVlIHK4u3Ax53llOIerZqo9ZsLn931iy6k7jxSKr1H4VPBD3DLWYbSypeYtJnvQ8mFcfJ1yZi8Vy1xY8cFKmju+VsYGQIDAQAB",
  "manifest_version": 2,
  "name": "Request Changer",
  "options_page": "html/options.html",
  "options_ui": {
    "chrome_style": true,
    "page": "html/options.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6"
}