CdC-index Firefox

Examine source code of CdC-index

Par : J.J. Green
Inspect and view changes in CdC-index source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CdC-index",
  "version": "1.11",
  "description": "Adds Cahiers du Cinéma review data to IMDB and AlloCiné",
  "icons": {
    "48": "icons/cdc-index-48.png",
    "96": "icons/cdc-index-96.png"
  },
  "permissions": [
    "http://miles.shef.ac.uk/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.imdb.com/title/*"
      ],
      "exclude_matches": [
        "*://www.imdb.com/title/*/reference"
      ],
      "js": [
        "common.js",
        "imdb.js",
        "imdb/default.js"
      ]
    },
    {
      "matches": [
        "*://www.imdb.com/title/*/reference"
      ],
      "js": [
        "common.js",
        "imdb.js",
        "imdb/reference.js"
      ]
    },
    {
      "matches": [
        "*://m.imdb.com/title/*"
      ],
      "js": [
        "common.js",
        "imdb.js",
        "imdb/mobile.js"
      ]
    },
    {
      "matches": [
        "*://www.allocine.fr/film/*"
      ],
      "js": [
        "common.js",
        "aoc.js",
        "aoc/default.js"
      ]
    }
  ]
}

Meilleures alternatives CdC-index

Voici quelques Firefox add-ons qui sont similaires à CdC-index :