Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Hide YouTube titleとは何ですか?
Hide YouTube titleはMartin Peterssonによって開発されたChromeの拡張機能で、その主な機能は「Renames a YouTube page's title to 'YouTube' when you click the icon」です。
拡張機能のスクリーンショット
Hide YouTube title拡張機能のCRXファイルをダウンロード
Hide YouTube title拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension to hide the titles of YouTube videos in the tab.
拡張機能の基本情報
名前 | Hide YouTube title |
ID | lbhefhicendlbcjaokibgkdfafdblaeb |
公式URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
説明 | Renames a YouTube page's title to 'YouTube' when you click the icon |
ファイルサイズ | 33.79 KB |
インストール数 | 109 |
現在のバージョン | 1.0.1.1 |
最終更新日 | 2022-03-24 |
公開日 | 2022-03-23 |
開発者 | Martin Petersson |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube title", "action": [], "manifest_version": 3, "version": "1.0.1.1", "description": "Renames a YouTube page's title to 'YouTube' when you click the icon", "icons": { "16": "icons\/peaches16x16.png", "32": "icons\/peaches32x32.png", "48": "icons\/peaches48x48.png", "128": "icons\/peaches128x128.png" }, "permissions": [ "scripting", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/youtu.be\/*" ] } |