OCNotifier
Get alerts when your favorite maps are playing on OCN.
Qu'est-ce que OCNotifier ?
OCNotifier est une extension Chrome développée par RastaLulz, et sa fonction principale est "Get alerts when your favorite maps are playing on OCN.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OCNotifier
Téléchargez les fichiers d'extension OCNotifier 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
Informations de Base sur l'Extension
Nom | OCNotifier |
ID | miahbaljhpebiehabkcjhiidjfgipefg |
URL Officiel | https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg |
Description | Get alerts when your favorite maps are playing on OCN. |
Taille du Fichier | 277 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2014-11-27 |
Date de Publication | 2014-11-26 |
Évaluation | 4.79/5 Total 14 Évaluations |
Développeur | RastaLulz |
Type de Paiement | free |
URL de la Page d'Aide | https://oc.tc/forums/topics/5472835967d522c35300139c |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OCNotifier", "version": "0.0.1", "manifest_version": 2, "description": "Get alerts when your favorite maps are playing on OCN.", "homepage_url": "https:\/\/ocn.rastalulz.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/localstoragedb.min.js", "js\/global.js", "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "OCNotifier", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "notifications", "https:\/\/ocn.rastalulz.com\/*", "*:\/\/*.oc.tc\/*" ] } |