Examine source code of Click2Call.OVH

Inspect and view changes in Click2Call.OVH source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Extension Click2Call pour votre ligne VOIP OVH!",
  "manifest_version": 2,
  "name": "Click2Call.OVH",
  "short_name": "C2C.OVH",
  "version": "1.4.2.25",
  "background": {
    "scripts": [
      "jquery.min.js",
      "sha512.js",
      "config.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "css": [
      "bootstrap.min.css"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "jquery.min.js",
        "config.js",
        "content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://www.c2c.ovh/*"
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "clipboardRead",
    "contextMenus",
    "storage",
    "<all_urls>"
  ]
}