YouTube Homepage Thumbnail Resizer Firefox

Examine source code of YouTube Homepage Thumbnail Resizer

By: VivuS Add-on
Inspect and view changes in YouTube Homepage Thumbnail Resizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Homepage Thumbnail Resizer",
  "version": "1.1",
  "description": "Customize YouTube's homepage thumbnail grid layout, because apparently they don't know how to do it. ",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_scripts/thumbnailResizer.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "YouTube Thumbnail Resizer",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{72f64c60-13d2-4992-90d5-c058175486fb}"
    }
  }
}

Best YouTube Homepage Thumbnail Resizer Alternatives

Here are some Firefox add-ons that are similar to YouTube Homepage Thumbnail Resizer: