Spigot Notifier
Get SpigotMc.org notifications in chrome.
Qu'est-ce que Spigot Notifier ?
Spigot Notifier est une extension Chrome développée par Adriani6, et sa fonction principale est "Get SpigotMc.org notifications in chrome.".
Télécharger le fichier CRX de l'extension Spigot Notifier
Téléchargez les fichiers d'extension Spigot Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Spigot Notifier |
ID | dpkibifcklglomemgflhamcdohfobfpd |
URL Officiel | https://chromewebstore.google.com/detail/spigot-notifier/dpkibifcklglomemgflhamcdohfobfpd |
Description | Get SpigotMc.org notifications in chrome. |
Taille du Fichier | 896 KB |
Nombre d'Installations | 107 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-12-24 |
Date de Publication | 2017-12-23 |
Évaluation | 4.93/5 Total 28 Évaluations |
Développeur | Adriani6 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |