WebExtension.net
WebExtension.net

ModClear

View on Chrome Web Store
View ModClear Chrome Extension on Chrome Web Store
4.0 (4 ratings)

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

Clears notifications on click
Type
Extension
Users
26 users
1
JonLuca
View author page of JonLuca
Published
Published on March 20, 2017
Version 1.3
Manifest version
2
Updated
Updated on June 25, 2017
View on Chrome Web Store
View ModClear Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ModClear",
    "description": "Clears notifications on click",
    "version": "1.3",
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mod.reddit.com\/*",
                "https:\/\/mod.reddit.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_title": "ModClear",
        "default_icon": "images\/hover.png"
    },
    "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/",
    "web_accessible_resources": [
        "js\/jquery-2.1.1.min.js",
        "images\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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