YouTube Squarer

Makes YouTube less round. Slight adjustments to UI.

What is YouTube Squarer?

YouTube Squarer is a Chrome extension developed by Brandon Flynn, and its main feature is "Makes YouTube less round. Slight adjustments to UI.".

Extension Screenshots

screenshot

Download YouTube Squarer Extension CRX File

Download YouTube Squarer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Makes YouTube less round by setting the "border-radius" to 0 on many elements.                    

Extension Basic Information

Name YouTube Squarer YouTube Squarer
ID nbagifdoojjnhlhamdgaejmikcfffldm
Official URL https://chromewebstore.google.com/detail/youtube-squarer/nbagifdoojjnhlhamdgaejmikcfffldm
Description Makes YouTube less round. Slight adjustments to UI.
File Size 1009 KB
Installation Count 135
Current Version 0.2
Last Updated 2022-11-03
Publish Date 2022-10-28
Rating 4.00/5 Total 2 Ratings
Developer Brandon Flynn
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Squarer",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Makes YouTube less round. Slight adjustments to UI.",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}