Ban Youtube Channels
Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.
Ban Youtube Channels क्या है?
Ban Youtube Channels Adam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ban Youtube Channels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sometimes you want to ban a channel from your feed entirely. That means beyond just your home page - some channels you don't want to see in search or recommendations either. This extension protects you from these channels, erasing their videos quickly from your feed after they enter the page - that way you're not exposed to them for long. On youtube, left click the extension icon to choose a channel - hover over channel names and click one to ban. right click the extension icon, and you can manage the banned channel if you ever wish to do so.
एक्सटेंशन की मूल जानकारी
नाम | Ban Youtube Channels |
ID | kagbfjbmciaejjmjfonncmgnaafcpigo |
आधिकारिक URL | https://chromewebstore.google.com/detail/ban-youtube-channels/kagbfjbmciaejjmjfonncmgnaafcpigo |
विवरण | Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban. |
फ़ाइल का आकार | 81.7 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2023-03-15 |
प्रकाशन तिथि | 2023-03-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Adam |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "bg.js" }, "content_scripts": [ { "all_frames": false, "js": [ "BYTC.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "manifest_version": 3, "name": "Ban Youtube Channels", "description": "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.", "version": "3.3", "host_permissions": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "permissions": [ "tabs", "scripting", "storage", "contextMenus" ], "action": { "default_icon": "icons\/action_inactive.png" }, "icons": { "128": "icons\/active_128.png", "48": "icons\/active_48.png", "16": "icons\/active_16.png" } } |