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 là gì?

Maple.fm Watchlist là một tiện ích mở rộng Chrome được phát triển bởi http://maple.fm, và tính năng chính của nó là "Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Maple.fm Watchlist

Tải xuống các tệp mở rộng Maple.fm Watchlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Maple.fm Watchlist Maple.fm Watchlist
ID dfodgfadiglpfdaedcdohablfendphba
URL Chính Thức https://chrome.google.com/webstore/detail/maplefm-watchlist/dfodgfadiglpfdaedcdohablfendphba
Mô tả Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed.
Kích Thước Tệp 4.67 MB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-07
Đánh Giá 3.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển http://maple.fm
Loại Thanh Toán free
Trang Web Mở Rộng http://maple.fm/
Ngôn Ngữ Được Hỗ Trợ 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'"
}