WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Wiki Watchlist Notifier

Wiki Watchlist Notifier

View on Chrome Web Store
View Wiki Watchlist 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.

Notifies you of new items on your watchlist
Type
Extension
Users
4 users
1
Stephen LaPorte
View author page of Stephen LaPorte
Published
Published on September 7, 2013
Version 0.121
Manifest version
2
Updated
Updated on September 11, 2013
lifestyle/social
Extension Category
View on Chrome Web Store
View Wiki Watchlist 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": 2,
    "name": "Wiki Watchlist Notifier",
    "description": "Notifies you of new items on your watchlist",
    "version": "0.121",
    "icons": {
        "16": "Wikimedia_Community-16.png",
        "48": "Wikimedia_Community-48.png",
        "128": "Wikimedia_Community-128.png"
    },
    "background": {
        "scripts": [
            "functions.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.wikimedia.org\/*",
        "http:\/\/*.wikipedia.org\/*"
    ],
    "web_accessible_resources": [
        "icon-48.png"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikimedia.com\/*",
                "*:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "observer.js"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 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