WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Row Fixer

YouTube Row Fixer

View on Chrome Web Store
View YouTube Row Fixer Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (444 ratings)
2 new ratings
26 views
This extension has been viewed 26 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A browser extension for customizing the videos per row and to fix big thumbnail issue
Type
Extension
Users
90,000 users
10K
sapondanaisriwan
View author page of sapondanaisriwan
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 4, 2023
Version 1.1.4
Manifest version
3
Updated
Updated on May 29, 2025
lifestyle/well_being
Extension Category
View on Chrome Web Store
View YouTube Row Fixer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.4",
    "name": "YouTube Row Fixer",
    "description": "A browser extension for customizing the videos per row and to fix big thumbnail issue",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "YouTube Row Fixer",
        "default_icon": "images\/rowFixer-32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/rowFixer-16.png",
        "32": "images\/rowFixer-32.png",
        "48": "images\/rowFixer-48.png",
        "64": "images\/rowFixer-64.png",
        "128": "images\/rowFixer-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "**\/*",
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top