Youtube2Anki Firefox

Examine source code of Youtube2Anki

Inspect and view changes in Youtube2Anki source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.4.0",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "author": "Daniel Doblado",
  "homepage_url": "https://github.com/dobladov/youtube2Anki",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/icon48.png",
    "default_title": "__MSG_exportTitle__",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube2Anki.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fa9a6243-e7c0-4dc3-ba75-eb5a5e4c2aef}"
    }
  }
}

Best Youtube2Anki Alternatives

Here are some Firefox add-ons that are similar to Youtube2Anki: