Studyfree

Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.

Τι είναι το Studyfree;

Το Studyfree είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://studyfree.app, και η κύρια λειτουργία του είναι "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Studyfree

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

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

                        Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
Επίσημο URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Περιγραφή Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Μέγεθος Αρχείου 6.74 KB
Αριθμός Εγκαταστάσεων 726
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2023-11-10
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://studyfree.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.studyfree.app/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Studyfree",
    "version": "1.1.1",
    "author": "jstinjoy",
    "icons": {
        "128": "assets\/img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/studydrive.js"
            ],
            "matches": [
                "https:\/\/www.studydrive.net\/*\/doc\/*"
            ]
        }
    ]
}