Custom Recommendation Limits Firefox

Examine source code of Custom Recommendation Limits

Inspect and view changes in Custom Recommendation Limits source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_Name__",
  "version": "1.4",
  "description": "__MSG_descriptions__",
  "browser_specific_settings": {
    "gecko": {
      "id": "joao.buchholz67@gmail.com"
    }
  },
  "icons": {
    "48": "button/Focus48.png",
    "96": "button/Focus96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://*.youtube.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "button/Focus48.png",
    "default_title": "YouTube Focus",
    "default_popup": "popup/youtube_focus.html"
  }
}

Best Custom Recommendation Limits Alternatives

Here are some Firefox add-ons that are similar to Custom Recommendation Limits: