Studify - Wipe Off Distractions

Remove the uneducational videos and distractive elements from youtube and block websites

Studify - Wipe Off Distractions क्या है?

Studify - Wipe Off Distractions Krish Agrawal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the uneducational videos and distractive elements from youtube and block websites"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Are you preparing for an exam? Do you procastinate a lot when you need to study? Do you start to watch distractive videos when you open youtube for that maths solution you were looking for? Do you feel like there should be someone behind you to scold you whenever this happens? 

Well, then this extension is that 'someone' you are looking for. 


This extension will:-
1) Block all uneducational youtube videos
2) Allow you to add exceptions for channels of your choice
3) Remove the unwanted and distractive youtube elements
4) Enable you to block websites as a bonus

Hence, this extension has all the features you need to make your study sessions truly productive


You just need to install and done, it would start working from your next youtube session. You can access the exception list and blocked websites list by clicking the icon of the extension.                    

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

नाम Studify - Wipe Off Distractions Studify - Wipe Off Distractions
ID dflpmjlfiihkkcdnapemddoedoegcgoi
आधिकारिक URL https://chromewebstore.google.com/detail/studify-wipe-off-distract/dflpmjlfiihkkcdnapemddoedoegcgoi
विवरण Remove the uneducational videos and distractive elements from youtube and block websites
फ़ाइल का आकार 23.2 KB
स्थापना संख्या 123
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-05-31
प्रकाशन तिथि 2022-02-26
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर Krish Agrawal
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://krishgon.github.io/privacyPolicy
समर्थित भाषाएँ de,en,en-GB,en-US,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.0",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "hideDistraction.css"
            ],
            "all_frames": true
        }
    ]
}