Studyfree

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

Studyfree क्या है?

Studyfree https://studyfree.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background."।

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

screenshot

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

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

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

                        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\/*"
            ]
        }
    ]
}