RemoveYouTubePause Firefox

Examine source code of RemoveYouTubePause

Inspect and view changes in RemoveYouTubePause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "DevTiagoCruz",
  "browser_action": {
    "browser_style": true,
    "default_title": "More Info",
    "default_popup": "info.html",
    "default_icon": {
      "19": "images/listeningyt_small.png",
      "38": "images/listeningyt_small.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "listeningyt.js"
      ]
    }
  ],
  "description": "ListeningYT - ignore 'still listening' message from Youtube",
  "homepage_url": "http://devtiagocruz.c1.biz/",
  "icons": {
    "48": "images/listeningyt_small.png"
  },
  "manifest_version": 2,
  "name": "ListeningYT, ignore 'still listening' Youtube",
  "permissions": [
    "scripting"
  ],
  "short_name": "ListeningYT",
  "version": "1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{feae824d-63a4-4995-85ff-0f3c7fecbfc8}"
    }
  }
}

Meilleures alternatives RemoveYouTubePause

Voici quelques Firefox add-ons qui sont similaires à RemoveYouTubePause :