YouTube Unrounded Thumbnails
Removes round corners from YouTube thumbnails.
What is YouTube Unrounded Thumbnails?
YouTube Unrounded Thumbnails is a Chrome extension developed by onedrawcall, and its main feature is "Removes round corners from YouTube thumbnails.".
Extension Screenshots
Download YouTube Unrounded Thumbnails Extension CRX File
Download YouTube Unrounded Thumbnails 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
This extension removes all round corners from thumbnails on YouTube.
Extension Basic Information
Name | YouTube Unrounded Thumbnails |
ID | lkklpbhnojokmlapmkpkpphbhakmeifo |
Official URL | https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo |
Description | Removes round corners from YouTube thumbnails. |
File Size | 7.4 KB |
Installation Count | 1,007 |
Current Version | 1.2 |
Last Updated | 2023-08-22 |
Publish Date | 2023-01-07 |
Rating | 4.89/5 Total 9 Ratings |
Developer | onedrawcall |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/1polygon/youtube-unrounded-thumbnails |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Unrounded Thumbnails", "version": "1.2", "description": "Removes round corners from YouTube thumbnails.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "main.js" ] } ] } |