WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cool Mango

Cool Mango

View on Chrome Web Store
View Cool Mango Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

a browser extension to improve Mango Canvas of CMU for Teacher and TA
Type
Extension
Users
8 users
1
sapondanaisriwan
View author page of sapondanaisriwan
Published
Published on July 17, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on April 24, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Cool Mango Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Cool Mango",
    "description": "a browser extension to improve Mango Canvas of CMU for Teacher and TA",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Cool Mango CMU",
        "default_icon": "images\/mango-32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/mango-16.png",
        "32": "images\/mango-32.png",
        "48": "images\/mango-48.png",
        "64": "images\/mango-64.png",
        "128": "images\/mango-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/mango-cmu.instructure.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "**\/*",
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top