Youtube filter(hide watched)

Adds a filter to remove watched videos

Youtube filter(hide watched) क्या है?

Youtube filter(hide watched) tpogih द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a filter to remove watched videos"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Removes watched videos from the list.
You can easily find new videos on your favorite channel.                    

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

नाम Youtube filter(hide watched) Youtube filter(hide watched)
ID bdaeelkaallcpnhkdcenggcakegmejim
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim
विवरण Adds a filter to remove watched videos
फ़ाइल का आकार 880 KB
स्थापना संख्या 74
वर्तमान संस्करण 1.0.16
अंतिम अपडेट 2022-09-07
प्रकाशन तिथि 2021-02-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर tpogih
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,es,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.16",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/append.css"
            ]
        }
    ]
}