Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
What is Hide YouTube title?
Hide YouTube title is a Chrome extension developed by Martin Petersson, and its main feature is "Renames a YouTube page's title to 'YouTube' when you click the icon".
Extension Screenshots
Download Hide YouTube title Extension CRX File
Download Hide YouTube title 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
Simple extension to hide the titles of YouTube videos in the tab.
Extension Basic Information
Name | Hide YouTube title |
ID | lbhefhicendlbcjaokibgkdfafdblaeb |
Official URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
Description | Renames a YouTube page's title to 'YouTube' when you click the icon |
File Size | 33.79 KB |
Installation Count | 109 |
Current Version | 1.0.1.1 |
Last Updated | 2022-03-24 |
Publish Date | 2022-03-23 |
Developer | Martin Petersson |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |