Spigot Notifier

Get SpigotMc.org notifications in chrome.

Cos'è Spigot Notifier?

Spigot Notifier è un'estensione di Chrome sviluppata da Adriani6, e la sua funzione principale è "Get SpigotMc.org notifications in chrome.".

Scarica il file CRX dell'estensione Spigot Notifier

Scarica i file di estensione Spigot Notifier 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

                        Spigot Notifier checks spigot forums if you've received a new message or notification and displayed a total number of unread things, while you can get on with your day-to-day tasks on your PC. You'll never miss out on anything happening on forums.

The extension is open source and the source code/packaged plugin can be found here: https://github.com/Adriani6/SpigotNotifier

Any contributions to make it better are welcome!

Spigot Thread: https://www.spigotmc.org/threads/chrome-spigot-notifier.103988                    

Informazioni di Base sull'Estensione

Nome Spigot Notifier Spigot Notifier
ID dpkibifcklglomemgflhamcdohfobfpd
URL Ufficiale https://chromewebstore.google.com/detail/spigot-notifier/dpkibifcklglomemgflhamcdohfobfpd
Descrizione Get SpigotMc.org notifications in chrome.
Dimensione del File 896 KB
Conteggio Installazioni 107
Versione Corrente 2.0
Ultimo Aggiornamento 2017-12-24
Data di Pubblicazione 2017-12-23
Valutazione 4.93/5 Totale 28 Valutazioni
Sviluppatore Adriani6
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spigot Notifier",
    "description": "Get SpigotMc.org notifications in chrome.",
    "version": "2.0",
    "icons": {
        "32": "Content\/Images\/icon32.png",
        "48": "Content\/Images\/icon48.png",
        "128": "Content\/Images\/icon128.png",
        "512": "Content\/Images\/icon512.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "Content\/Scripts\/jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "tabs",
        "http:\/\/www.spigotmc.org\/*"
    ]
}