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."입니다.

확장 프로그램 스크린샷

screenshot

Maple.fm Watchlist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Maple.fm Watchlist Maple.fm Watchlist
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'"
}