Studify - Wipe Off Distractions

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

Τι είναι το Studify - Wipe Off Distractions;

Το Studify - Wipe Off Distractions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Krish Agrawal, και η κύρια λειτουργία του είναι "Remove the uneducational videos and distractive elements from youtube and block websites".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Studify - Wipe Off Distractions

Λήψη αρχείων επέκτασης Studify - Wipe Off Distractions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
        }
    ]
}