YouTube No Context

This removes YouTube's context/clarify box

YouTube No Context क्या है?

YouTube No Context Brent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This removes YouTube's context/clarify box"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :)                    

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

नाम YouTube No Context YouTube No Context
ID dnlffelklagnbdjpcbhfdbangccjmhhh
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh
विवरण This removes YouTube's context/clarify box
फ़ाइल का आकार 3.7 KB
स्थापना संख्या 1,259
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-08-08
प्रकाशन तिथि 2022-08-08
रेटिंग 5.00/5 कुल 26 रेटिंग्स
डेवलपर Brent
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/BrentFarris/youtube-no-context
सहायता पृष्ठ URL https://github.com/BrentFarris/youtube-no-context/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Context",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.0",
    "description": "This removes YouTube's context\/clarify box",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}