Remove YouTube Recommended Video 2024

Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)

Remove YouTube Recommended Video 2024 क्या है?

Remove YouTube Recommended Video 2024 zakirullahkhan6269 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)"।

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

screenshot
screenshot
screenshot

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

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

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

                        Download the Extension
This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you.
* Click on the extension icon
* Click on the YouTube icon to open YouTube (If not open)
* Click on the (ON & OFF) button to use extension features.

"The use of the YouTube(TM) name or trademark is for  identification, reference or 
   descriptive purposes only and does not imply any association with YouTube(TM)  or 
   their product brand".                    

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

नाम Remove YouTube Recommended Video 2024 Remove YouTube Recommended Video 2024
ID ickohbpkcokghhopdfbhaoiakgpkekkh
आधिकारिक URL https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh
विवरण Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
फ़ाइल का आकार 6.29 MB
स्थापना संख्या 31
वर्तमान संस्करण 1.3
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2023-07-27
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर zakirullahkhan6269
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube Recommended Video 2024",
    "short_name": "EAYRV",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "EAYRV",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}