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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to add items to a watchlist from Maple.fm and receive desktop notifications whenever a new item is listed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Maple.fm Watchlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |