YouTube Unrounded Thumbnails

Removes round corners from YouTube thumbnails.

YouTube Unrounded Thumbnailsとは何ですか?

YouTube Unrounded Thumbnailsはonedrawcallによって開発されたChromeの拡張機能で、その主な機能は「Removes round corners from YouTube thumbnails.」です。

拡張機能のスクリーンショット

screenshot

YouTube Unrounded Thumbnails拡張機能のCRXファイルをダウンロード

YouTube Unrounded Thumbnails拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension removes all round corners from thumbnails on YouTube.                    

拡張機能の基本情報

名前 YouTube Unrounded Thumbnails YouTube Unrounded Thumbnails
ID lkklpbhnojokmlapmkpkpphbhakmeifo
公式URL https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo
説明 Removes round corners from YouTube thumbnails.
ファイルサイズ 7.4 KB
インストール数 1,007
現在のバージョン 1.2
最終更新日 2023-08-22
公開日 2023-01-07
評価 4.89/5 合計 9 レビュー
開発者 onedrawcall
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/1polygon/youtube-unrounded-thumbnails
対応言語 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"
            ]
        }
    ]
}