Toppings Firefox

Examine source code of Toppings

By: Enrych
Inspect and view changes in Toppings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "https://json.schemastore.org/chrome-manifest",
  "author": "Enrych",
  "background": {
    "scripts": [
      "/background.js"
    ],
    "persistent": false
  },
  "commands": {},
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/content.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://enrych.github.io/toppings",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Toppings on YouTube",
  "options_ui": {
    "open_in_tab": true,
    "page": "/options/index.html"
  },
  "permissions": [
    "*://*.youtube.com/*",
    "webNavigation",
    "storage"
  ],
  "short_name": "Toppings",
  "version": "3.0.3",
  "web_accessible_resources": [
    "assets/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "__MSG_popupTitle__",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "toppings@enry.ch"
    }
  }
}

Best Toppings Alternatives

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