Linux Academy Autoplay

1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…

Linux Academy Autoplay क्या है?

Linux Academy Autoplay seanmysell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…"।

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

screenshot
screenshot

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

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

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

                        1. Auto-plays Linux Academy videos at full-screen upon opening a lesson.
2. Automatically marks lessons complete and moves to next lesson at the end of playback.                    

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

नाम Linux Academy Autoplay Linux Academy Autoplay
ID nkkiodnihcmehafffamnhamhapchjlfg
आधिकारिक URL https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg
विवरण 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…
फ़ाइल का आकार 47.35 KB
स्थापना संख्या 93
वर्तमान संस्करण 0.2
अंतिम अपडेट 2019-12-18
प्रकाशन तिथि 2019-12-17
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर seanmysell
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linux Academy Autoplay",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linuxacademy.com\/cp\/courses\/lesson\/course\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "icons": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    }
}