Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Hide YouTube title क्या है?
Hide YouTube title Martin Petersson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Renames a YouTube page's title to 'YouTube' when you click the icon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide YouTube title एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/*" ] } |