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 |
| 公式URL | 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'"
} | |