YouTube Squarer
Makes YouTube less round. Slight adjustments to UI.
YouTube Squarerとは何ですか?
YouTube SquarerはBrandon Flynnによって開発されたChromeの拡張機能で、その主な機能は「Makes YouTube less round. Slight adjustments to UI.」です。
拡張機能のスクリーンショット
YouTube Squarer拡張機能のCRXファイルをダウンロード
YouTube Squarer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes YouTube less round by setting the "border-radius" to 0 on many elements.
拡張機能の基本情報
名前 | YouTube Squarer |
ID | nbagifdoojjnhlhamdgaejmikcfffldm |
公式URL | https://chromewebstore.google.com/detail/youtube-squarer/nbagifdoojjnhlhamdgaejmikcfffldm |
説明 | Makes YouTube less round. Slight adjustments to UI. |
ファイルサイズ | 1009 KB |
インストール数 | 135 |
現在のバージョン | 0.2 |
最終更新日 | 2022-11-03 |
公開日 | 2022-10-28 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Brandon Flynn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [ " |