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"
  }
}

Melhores alternativas Custom Recommendation Limits

Aqui estão algumas Firefox add-ons que são similares a Custom Recommendation Limits: