WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GitHub Custom Notifier

GitHub Custom Notifier

View on Chrome Web Store
View GitHub Custom Notifier Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 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.

Customize which GitHub Event to be notified.
Type
Extension
Users
14 users
1
qiweiyang
View author page of qiweiyang
Published
Published on March 28, 2024
Version 0.0.5
Manifest version
3
Updated
Updated on September 30, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View GitHub Custom Notifier 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": "GitHub Custom Notifier",
    "description": "Customize which GitHub Event to be notified.",
    "version": "0.0.5",
    "short_name": "GitHub Custom Notifier",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/qiweiii\/github-custom-notifier",
    "permissions": [
        "alarms",
        "storage",
        "offscreen"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bell.ogg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{5a5c41da-afc4-4154-adcd-335fe5250b9d}"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "GitHub Custom Notifier",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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