WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Udemy Price Tracker

Udemy Price Tracker

View on Chrome Web Store
View Udemy Price Tracker Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 ratings)
36 views
This extension has been viewed 36 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.

Track Udemy course prices and get notified of discounts
Type
Extension
Users
138 users
4
كوبون
View author page of كوبون
Published
Published on February 2, 2025
Version 1.2
Manifest version
3
Updated
Updated on March 28, 2025
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Udemy Price Tracker 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,
    "name": "Udemy Price Tracker",
    "version": "1.2",
    "description": "Track Udemy course prices and get notified of discounts",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.udemy.com\/*",
        "https:\/\/dhwnh.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/logo.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "incognito": "split"
}
© 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