YouTube Thumbnail Size Fixer Firefox

Examine source code of YouTube Thumbnail Size Fixer

By: Chris
Inspect and view changes in YouTube Thumbnail Size Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Thumbnail Size Fixer",
  "version": "1.6.1",
  "description": "Fix YouTube's layout: Display 4-12 videos per row instead of 3. Reduce scrolling & hide Shorts.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.youtube.com/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "YouTube Thumbnail Size Fixer",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{20f79db9-a1ed-4213-bb6a-002a6b8b6c59}"
    }
  }
}

Best YouTube Thumbnail Size Fixer Alternatives

Here are some Firefox add-ons that are similar to YouTube Thumbnail Size Fixer: