WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Rain Alarm Extension

Rain Alarm Extension

View on Chrome Web Store
View Rain Alarm Extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (431 ratings)
1 new ratings
34 views
This extension has been viewed 34 times

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

This weather extension warns you when rain is currently nearing.
Type
Extension
Users
80,000 users
10K
Michael Diener - Software
View author page of Michael Diener - Software
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 18, 2011
Version 1.6.5
Manifest version
3
Updated
Updated on February 27, 2025
lifestyle/news
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Rain Alarm Extension 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": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.6.5",
    "icons": {
        "128": "launcher.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "js\/background3.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rain-alarm.com\/?from=chrome2*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "geolocation",
        "notifications",
        "background",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/app.rain-alarm.com\/*",
        "https:\/\/www.rain-alarm.com\/*"
    ]
}
© 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