CleanTube - Watch only needed
Watch only needed in Youtube. Don't waste time on irrelevant content
CleanTube - Watch only needed क्या है?
CleanTube - Watch only needed zo_sungwoo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch only needed in Youtube. Don't waste time on irrelevant content"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CleanTube - Watch only needed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CleanTube is a chrome extension that enhances your Youtube experience by allowing you to focus on the content that matters to you. The extension blocks paths to videos that are not relevant to you, ensuring that you don't waste time on useless content. When you access Youtube, CleanTube redirects you to the subscriptions page, so that you will only watch videos from channels you're subscribed to. The extension also removes menus that could distract you, so you can focus on the videos you're watching. Additionally, when you're watching a video, CleanTube removes recommended videos from the right side, so you don't get sidetracked. If you're watching Shorts from a subscribed channel, CleanTube removes other Shorts, allowing you to enjoy your preferred content without any distractions. In summary, CleanTube is the perfect tool for anyone who wants to optimize their Youtube experience. With its powerful features, you can watch only what you need and never waste time on irrelevant content again. Install CleanTube today and enjoy a more productive and enjoyable Youtube experience! *Login to YouTube recommended* https://github.com/zosungwoo/CleanTube
एक्सटेंशन की मूल जानकारी
नाम | CleanTube - Watch only needed |
ID | ffalnkpnbohljeiehcghmpdoljajbanj |
आधिकारिक URL | https://chromewebstore.google.com/detail/cleantube-watch-only-need/ffalnkpnbohljeiehcghmpdoljajbanj |
विवरण | Watch only needed in Youtube. Don't waste time on irrelevant content |
फ़ाइल का आकार | 1.64 MB |
स्थापना संख्या | 382 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-09-24 |
प्रकाशन तिथि | 2023-02-05 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | zo_sungwoo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zosungwoo/CleanTube |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanTube - Watch only needed", "description": "Watch only needed in Youtube. Don't waste time on irrelevant content", "version": "1.0.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "declarativeNetRequestWithHostAccess", "webNavigation", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_popup": "popup.html" } } |