Grey Vision

Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.

Grey Vision क्या है?

Grey Vision tomlumperson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements."।

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

screenshot
screenshot

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

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

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

                        "I don't think there's any disagreement that Netflix would be worse if they had view numbers next to all of the shows, it causes you to prejudge... [With Youtube] you can't come to it just as a thing to be consumed and taken on its own" - CGP Grey, Hello Internet Podcast #109

Inspired by CGP Grey & Brady Haran
Created by www.TomLum.com                    

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

नाम Grey Vision Grey Vision
ID hdcepbbfoejnadjkimklmifiglmncnib
आधिकारिक URL https://chromewebstore.google.com/detail/grey-vision/hdcepbbfoejnadjkimklmifiglmncnib
विवरण Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.
फ़ाइल का आकार 17.58 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2018-11-13
प्रकाशन तिथि 2018-11-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर tomlumperson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tomlum.com/greyvision
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grey Vision",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.",
    "homepage_url": "http:\/\/www.TomLum.com\/greyvision",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Grey Vision",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/injectYoutube.css"
            ]
        }
    ]
}