Youtube UnHooked
Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Youtube UnHooked क्या है?
Youtube UnHooked Pamela Fox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube UnHooked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you find yourself getting hooked by Youtube's recommended and related videos, but you don't want to deprive yourself completely of Youtube? This extension still lets you search and play videos, but hides the parts of Youtube that are unneeded and addictive: the front page recommendation feed, the related videos in the sidebar and end screen, and the comments. (Note: if you only want a subset of those things hidden, try HabitLab by Stanford)
एक्सटेंशन की मूल जानकारी
नाम | Youtube UnHooked |
ID | fkhfakakdbjcdipdgnbfngaljiecclaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf |
विवरण | Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments. |
फ़ाइल का आकार | 3.88 KB |
स्थापना संख्या | 12,683 |
वर्तमान संस्करण | 0.9.8 |
अंतिम अपडेट | 2022-08-03 |
प्रकाशन तिथि | 2019-07-04 |
रेटिंग | 4.70/5 कुल 44 रेटिंग्स |
डेवलपर | Pamela Fox |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pamelafox/youtube-feed-hider |
सहायता पृष्ठ URL | https://github.com/pamelafox/youtube-feed-hider |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube UnHooked", "version": "0.9.8", "description": "Hides parts of Youtube that are unneeded\/addictive: recommendations, related videos, comments.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |