oknext Firefox

Examine source code of oknext

Por: CdRomain
Inspect and view changes in oknext source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "oknext",
  "version": "1.0",
  "description": "Remotely go to next song on some streaming websites (currently YouTube and Spotify)",
  "short_name": "oknext",
  "icons": {
    "16": "icons/oknext-16.png",
    "48": "icons/oknext-48.png",
    "128": "icons/oknext-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch*",
        "http://localhost/*",
        "*://*.spotify.com/*"
      ],
      "js": [
        "oknext.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  }
}

Mejores alternativas oknext

Aquí hay algunas Firefox add-ons que son similares a oknext: