OCNotifier
Get alerts when your favorite maps are playing on OCN.
O que é OCNotifier?
OCNotifier é uma extensão do Chrome desenvolvida por RastaLulz, e sua principal característica é "Get alerts when your favorite maps are playing on OCN.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OCNotifier
Baixe arquivos de extensão OCNotifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | OCNotifier |
ID | miahbaljhpebiehabkcjhiidjfgipefg |
URL Oficial | https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg |
Descrição | Get alerts when your favorite maps are playing on OCN. |
Tamanho do Arquivo | 277 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.0.1 |
Última Atualização | 2014-11-27 |
Data de Publicação | 2014-11-26 |
Classificação | 4.79/5 Total de 14 Avaliações |
Desenvolvedor | RastaLulz |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://oc.tc/forums/topics/5472835967d522c35300139c |
Idiomas Suportados | 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\/*" ] } |