IA4Chrome

IA4Chrome

Extension Interact For Chrome Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IA4Chrome",
  "description": "Extension Interact For Chrome Browser",
  "version": "5.1.0.1",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "tabs",
    "webNavigation",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "ChromeIAV40.js",
      "ChromeInteract.js"
    ],
    "persistent": true
  }
}