RYS — Remove YouTube Suggestions

Spend less time on YouTube. Customize YouTube's user interface to be less engaging.

RYS — Remove YouTube Suggestions क्या है?

RYS — Remove YouTube Suggestions https://lawrencehook.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spend less time on YouTube. Customize YouTube's user interface to be less engaging."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hide recommended videos on YouTube and customize the user interface. 65+ options.

Completely free and open-source.
No need to sign up or log in.
Lightweight and fast.
Regularly updated.
Schedule specific times for the extension to be active.
Privacy-focused. Does not share data and respects users' privacy.

Support
Leave a Review!

Links
Source: https://github.com/lawrencehook/remove-youtube-suggestions
Features: https://lawrencehook.com/rys/features/                    

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

नाम RYS — Remove YouTube Suggestions RYS — Remove YouTube Suggestions
ID cdhdichomdnlaadbndgmagohccgpejae
आधिकारिक URL https://chromewebstore.google.com/detail/rys-%E2%80%94-remove-youtube-sugg/cdhdichomdnlaadbndgmagohccgpejae
विवरण Spend less time on YouTube. Customize YouTube's user interface to be less engaging.
फ़ाइल का आकार 323 KB
स्थापना संख्या 8,623
वर्तमान संस्करण 4.3.53
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-09-21
रेटिंग 4.93/5 कुल 57 रेटिंग्स
डेवलपर https://lawrencehook.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lawrencehook/remove-youtube-suggestions
सहायता पृष्ठ URL https://docs.google.com/forms/d/1AzQQxTWgG6M5N87jinvXKQkGS6Mehzg19XV4mjteTK0
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RYS \u2014 Remove YouTube Suggestions",
    "description": "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.",
    "homepage_url": "https:\/\/github.com\/lawrencehook\/remove-youtube-suggestions",
    "manifest_version": 2,
    "version": "4.3.53",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "background": {
        "scripts": [
            "\/shared\/main.js",
            "\/shared\/https.js",
            "\/background\/events.js",
            "\/background\/main.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "\/shared\/main.js",
                "\/shared\/https.js",
                "\/shared\/utils.js",
                "\/content-script\/main.js"
            ],
            "css": [
                "\/content-script\/main.css"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "\/options\/main.html",
        "default_title": "Remove Youtube Suggestions",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "64": "\/images\/64.png",
            "128": "\/images\/128.png"
        }
    },
    "options_ui": {
        "page": "\/options\/main.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "*:\/\/*.youtube.com\/*"
    ]
}