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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |