Maple.fm Watchlist
Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.
O que é Maple.fm Watchlist?
Maple.fm Watchlist é uma extensão do Chrome desenvolvida por http://maple.fm, e sua principal característica é "Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Maple.fm Watchlist
Baixe arquivos de extensão Maple.fm Watchlist 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
Create your very own personalized MapleStory item watch-list. This extension allows you to add items to a watch-list powered by Maple.fm, while receiving desktop notifications whenever a new item is listed. Choose your server, add items and sit back and be the first to know when your watched items are in the market.
Informações Básicas da Extensão
Nome | |
ID | dfodgfadiglpfdaedcdohablfendphba |
URL Oficial | https://chrome.google.com/webstore/detail/maplefm-watchlist/dfodgfadiglpfdaedcdohablfendphba |
Descrição | Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed. |
Tamanho do Arquivo | 4.67 MB |
Contagem de Instalações | 117 |
Versão Atual | 1.3 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-07 |
Classificação | 3.86/5 Total de 14 Avaliações |
Desenvolvedor | http://maple.fm |
Tipo de Pagamento | free |
Site da Extensão | http://maple.fm/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maple.fm Watchlist", "version": "1.3", "description": "Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.", "icons": { "16": "maple.png", "48": "maple.png", "128": "maple.png" }, "permissions": [ "notifications", "*:\/\/maple.fm\/*", "storage", "cookies", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/forum2.nexon.net\/*" ], "all_frames": true, "js": [ "jquery-1.11.2.min.js", "bower_components\/jqueryui\/jquery-ui.min.js", "jquery.numeric.min.js", "subcontent.js" ], "css": [ "content.css" ] }, { "matches": [ "http:\/\/maple.fm\/*" ], "js": [ "jquery-1.11.2.min.js", "dist\/semantic.min.js", "jquery.numeric.min.js", "content.js" ], "css": [ "maplefm.css", "dist\/semantic.min.css" ] } ], "browser_action": { "default_icon": "maple.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "jquery-1.11.2.min.js", "bower_components\/jquery-cookie\/jquery.cookie.js", "background.js" ], "persistent": true }, "manifest_version": 2, "web_accessible_resources": [ "maplefm-icon.png" ], "content_security_policy": "img-src 'self' http:\/\/maple.fm\/; object-src 'self'; script-src 'self'" } |