Smart YouTube Blocker (Beta)

Block channels and keywords on YouTube and limit their allowed watch time

Smart YouTube Blocker (Beta) क्या है?

Smart YouTube Blocker (Beta) Smart Blocker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block channels and keywords on YouTube and limit their allowed watch time"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart YouTube Blocker (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        === Features ===
✓ Custom schedule exactly when certain lists of channels/title keywords should be blocked and their videos not show/be able to be watched on YouTube™ (e.g. permanently 24/7, only on weekdays, only during work hours, etc)
✓ Limit the number of videos you're able to watch from certain channels/keywords per day/per week
✓ Password protection (so you can hide you password or add it to a lockbox on lockbox.pluckeye.net so you don’t give in/change settings in a moment of weakness)
✓ Right click on any video to block the channel
✓ Easily add keywords/channels through clicking on the extension icon in the icon toolbar

=== Bonus Features ===
✓ Option to automatically redirect the homepage of YouTube.com to something more productive (i.e. a productive playlist, search term, etc)
✓ Option to remove endscreen cards and recommended videos

Please send any suggestions or issues to our support email.
Currently in (advanced) Beta.

(Trademark Disclaimer: Please note that this extension is not affiliated with, sponsored by, or endorsed by YouTube or Alphabet Inc. Any trademarks used in connection with YouTube and Alphabet are the property of their respective owners.)                    

एक्सटेंशन की मूल जानकारी

नाम Smart YouTube Blocker (Beta) Smart YouTube Blocker (Beta)
ID dljpdencpenokgdjiemdejjiohjoopaj
आधिकारिक URL https://chromewebstore.google.com/detail/smart-youtube-blocker-bet/dljpdencpenokgdjiemdejjiohjoopaj
विवरण Block channels and keywords on YouTube and limit their allowed watch time
फ़ाइल का आकार 218 KB
स्थापना संख्या 303
वर्तमान संस्करण 0.1.29
अंतिम अपडेट 2023-11-25
प्रकाशन तिथि 2022-05-04
रेटिंग 3.70/5 कुल 10 रेटिंग्स
डेवलपर Smart Blocker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart YouTube Blocker (Beta)",
    "version": "0.1.29",
    "description": "Block channels and keywords on YouTube and limit their allowed watch time",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "options_page": "ui\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "ui\/popup.html"
    }
}