ČSFD.cz Linker

ČSFD.cz Linker

Přidá odkaz na ČSFD.cz ke každému IMDB.com odkazu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ČSFD.cz Linker",
  "description": "Přidá odkaz na ČSFD.cz ke každému IMDB.com odkazu.",
  "author": "Martin Major",
  "version": "1.0.7",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "csfdLinker.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "64": "icon.png"
  }
}