Spoofs Lang

Spoofs Lang

spoofs Accept-Language of requeset headers.

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_app_title__",
  "description": "__MSG_app_description__",
  "version": "1.0.9",
  "default_locale": "en",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com/ga.js; object-src 'self';",
  "homepage_url": "http://progra-man.blogspot.jp",
  "icons": {
    "19": "img/spoofs_lang19.png",
    "38": "img/spoofs_lang38.png",
    "48": "img/spoofs_lang48.png",
    "128": "img/spoofs_lang128.png"
  },
  "page_action": {
    "default_title": "__MSG_spoofing__",
    "default_icon": {
      "19": "img/spoofs_lang19.png",
      "38": "img/spoofs_lang38.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html"
}