Smartschool Plus

Add extra features to Smartschool

What is Smartschool Plus?

Smartschool Plus is a Chrome extension developed by thomaspeetersdev, and its main feature is "Add extra features to Smartschool".

Extension Screenshots

screenshot
screenshot

Download Smartschool Plus Extension CRX File

Download Smartschool Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Adds a "Download original" button under the main photo when viewing a photo gallery. Use this button to download the main photo in its original quality.
- Adds a "Make album zip" button under every photo album, allowing you to download an entire album as a zip file. All photo's in this zip will be original quality.                    

Extension Basic Information

Name Smartschool Plus Smartschool Plus
ID glcnmmnhadkmgikpgciabebjmkocalga
Official URL https://chromewebstore.google.com/detail/smartschool-plus/glcnmmnhadkmgikpgciabebjmkocalga
Description Add extra features to Smartschool
File Size 622 KB
Installation Count 707
Current Version 2.0
Last Updated 2023-08-26
Publish Date 2023-05-26
Rating 5.00/5 Total 2 Ratings
Developer thomaspeetersdev
Email [email protected]
Payment Type free
Extension Website https://github.com/thomaspeeters/smartschool-plus
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartschool Plus",
    "description": "Add extra features to Smartschool",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "js": [
                "js\/jquery-3.7.0.min.js",
                "js\/fontawesome-all.min.js",
                "js\/zip-full.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "host_permissions": [
        "https:\/\/*.smartschool.be\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "offscreen"
    ]
}