ModClear

Clears notifications on click

Cos'è ModClear?

ModClear è un'estensione di Chrome sviluppata da JonLuca, e la sua funzione principale è "Clears notifications on click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ModClear

Scarica i file di estensione ModClear in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ModClear ModClear
ID gpcmcddkhaninomigjcgabkogknhblbm
URL Ufficiale https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm
Descrizione Clears notifications on click
Dimensione del File 84.55 KB
Conteggio Installazioni 29
Versione Corrente 1.3
Ultimo Aggiornamento 2017-06-25
Data di Pubblicazione 2017-06-25
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore JonLuca
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jonluca/ModClear
URL della Pagina della Politica sulla Privacy https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Lingue Supportate 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\/*"
    ]
}