Random Kanopy Firefox

Examine source code of Random Kanopy

제작자: Emanuel Feld Add-on
Inspect and view changes in Random Kanopy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{

  "manifest_version": 2,
  "name": "Random Kanopy",
  "author": "Emanuel Feld",
  "homepage_url": "https://github.com/emanuelfeld/random-kanopy",
  "version": "1.1",

  "description": "Picks a movie at random from your Kanopy watchlist.",

  "page_action": {
    "browser_style": true,
    "default_icon": "random-solid.svg", // icon licensed from https://fontawesome.com/license
    "show_matches": [
        "*://*.kanopy.com/user/*/watch-list",
        "*://*.kanopy.com/user/*/watch-list?*"
    ],
    "default_title": "Random Kanopy"
  },

  "permissions": [
    "*://*.kanopy.com/*"
  ],
  
  "content_scripts": [
    {
      "matches": [
        "*://*.kanopy.com/user/*/watch-list*"
      ],
      "js": ["content.js"]
    }
  ],

  "background": {
    "scripts": ["background.js"]
  },

  "browser_specific_settings": {
    "gecko": {
      "id": "random-kanopy@emanuelfeld"
    }
  }
  
}

최고의 Random Kanopy 대안

다음은 Random Kanopy과(와) 유사한 Firefox add-on입니다: