Discord Notebook Firefox

Examine source code of Discord Notebook

Inspect and view changes in Discord Notebook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Discord Notebook",
  "short_name": "Discord Notebook",
  "version": "0.0.28",
  "author": "Asaf Aviv",
  "description": "Save Discord messages and view them later",
  "manifest_version": 2,
  "icons": {
    "128": "images/book.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://discord.com/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "styles/styles.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "downloads",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "128": "images/book.png"
    }
  },
  "web_accessible_resources": [
    "scripts/inject.js"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://w.soundcloud.com/ https://www.youtube.com/ https://platform.twitter.com/; object-src 'self'; child-src https://w.soundcloud.com/ https://www.youtube.com/ https://platform.twitter.com/",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3fa832ad-ece5-4b36-b4db-411fb4aa7afe}"
    }
  }
}

Best Discord Notebook Alternatives

Here are some Firefox add-ons that are similar to Discord Notebook: