ModClear

Clears notifications on click

Was ist ModClear?

ModClear ist eine Chrome-Erweiterung, die von JonLuca entwickelt wurde, und ihr Hauptmerkmal ist "Clears notifications on click".

Erweiterungsscreenshots

screenshot

ModClear-Erweiterungs-CRX-Datei herunterladen

Laden Sie ModClear-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!                    

Grundlegende Informationen zur Erweiterung

Name ModClear ModClear
ID gpcmcddkhaninomigjcgabkogknhblbm
Offizielle URL https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm
Beschreibung Clears notifications on click
Dateigröße 84.55 KB
Installationsanzahl 29
Aktuelle Version 1.3
Letztes Update 2017-06-25
Veröffentlichungsdatum 2017-06-25
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler JonLuca
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jonluca/ModClear
URL der Datenschutzrichtlinien-Seite https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Unterstützte Sprachen en
manifest.json
{
    "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": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.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\/*"
    ]
}