Talking Head®

Talking Head®

Voice Unlimited-Phone calls/messaging unlimited by The Company!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Talking Head® 8.2.3"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "callndr.css"
      ],
      "js": [
        "phone.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "hangouts.js"
      ],
      "matches": [
        "http://plus.google.com/*hangouts*",
        "https://plus.google.com/*hangouts*",
        "https://hangouts.google.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "jquery-2.2.4.min.js",
        "skype-web.js"
      ],
      "matches": [
        "https://web.skype.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Voice Unlimited-Phone calls/messaging unlimited by The Company!",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Talking Head®",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "management",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "short_name": "Talking Head®",
  "version": "8.2.3",
  "web_accessible_resources": [
    "*.png",
    "*.js"
  ],
  "homepage_url": "http://www.callendarcall.com"
}