ONLY SEARCH BAR for YouTube

This extension can remove YouTube Contents.

ONLY SEARCH BAR for YouTube क्या है?

ONLY SEARCH BAR for YouTube yeh-john द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can remove YouTube Contents."।

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

screenshot
screenshot

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

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

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

                        Don't waste your time on meaningless videos. Spend less time on YouTube. Customize YouTube homepage to be less engaging.
This extension hides videos and contents on YouTube homepage and leave search bar on Youtube to be less engaging.

Features :

  ●  Remove recommendations videos
  ●  Remove homepage elements
  ●  Remove homepage videos
  ●  Remove homepage contents
  ●  Compatible with the YouTube website.


Why should I use this plugin?

The YouTube recommendation algorithm optimizes for the most engaging videos,So YouTube will recommend many engaging video However, there are some videos that make no sense. Don't waste your time on meaningless videos. So download ONLY SEARCH BAR for YouTube and remove unwanted YouTube videos as you pleases.

Support : 
https://yeh-john.github.io/support

Mobile version :
https://chrome.google.com/webstore/detail/only-search-bar-for-youtu/fmnchdjkepneijedjjglhmgocneikome?hl=en&authuser=0                    

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

नाम ONLY SEARCH BAR for YouTube ONLY SEARCH BAR for YouTube
ID fefhpjjmjihdihemekaamlgadgkhhaeh
आधिकारिक URL https://chrome.google.com/webstore/detail/only-search-bar-for-youtu/fefhpjjmjihdihemekaamlgadgkhhaeh
विवरण This extension can remove YouTube Contents.
फ़ाइल का आकार 21.36 KB
स्थापना संख्या 623
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2022-11-15
प्रकाशन तिथि 2022-09-13
रेटिंग 4.85/5 कुल 20 रेटिंग्स
डेवलपर yeh-john
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ONLY SEARCH BAR for YouTube",
    "description": "This extension can remove YouTube Contents.",
    "version": "0.1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/"
            ],
            "css": [
                "script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}