Maple.fm Watchlist
Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.
什麼是Maple.fm Watchlist?
Maple.fm Watchlist是由http://maple.fm開發的Chrome擴展程式,該擴展的主要功能是“Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.”。
擴展截圖
下載Maple.fm Watchlist擴展crx文件
下載Maple.fm Watchlist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dfodgfadiglpfdaedcdohablfendphba |
官方網址 | https://chrome.google.com/webstore/detail/maplefm-watchlist/dfodgfadiglpfdaedcdohablfendphba |
簡介 | Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed. |
檔案大小 | 4.67 MB |
安裝次數 | 117 |
目前版本 | 1.3 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-07 |
評分 | 3.86/5 共 14 次評分 |
開發者 | http://maple.fm |
付費類型 | free |
擴展官網 | http://maple.fm/ |
支援的語言 | 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'" } |