Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Vad är Hide YouTube title?
Hide YouTube title är en Chrome-tillägg utvecklad av Martin Petersson, och dess huvudfunktion är "Renames a YouTube page's title to 'YouTube' when you click the icon".
Tilläggsskärmbilder
Ladda ner Hide YouTube title-förlängningens CRX-fil
Ladda ner Hide YouTube title-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simple extension to hide the titles of YouTube videos in the tab. Grundläggande Information om Tillägg
| Namn | |
| ID | lbhefhicendlbcjaokibgkdfafdblaeb |
| Officiell webbadress | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
| Beskrivning | Renames a YouTube page's title to 'YouTube' when you click the icon |
| Filstorlek | 33.79 KB |
| Antal Installationer | 109 |
| Aktuell Version | 1.0.1.1 |
| Senast Uppdaterad | 2022-03-24 |
| Publiceringsdatum | 2022-03-23 |
| Utvecklare | Martin Petersson |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |