MUTracker
Track your comics on Marvel Unlimited
What is MUTracker?
MUTracker is a Chrome extension developed by Santo Carino, and its main feature is "Track your comics on Marvel Unlimited".
Extension Screenshots
Download MUTracker Extension CRX File
Download MUTracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keeps track of the comics you read on Marvel Unlimited. Adds a "read/unread" button to each issue. All data is stored locally and is not accessible from other computers.
Extension Basic Information
Name | MUTracker |
ID | olkilidmgakeondfogeepmcomjcinfdb |
Official URL | https://chromewebstore.google.com/detail/mutracker/olkilidmgakeondfogeepmcomjcinfdb |
Description | Track your comics on Marvel Unlimited |
File Size | 36.15 KB |
Installation Count | 53 |
Current Version | 1.2 |
Last Updated | 2016-05-18 |
Publish Date | 2016-05-17 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Santo Carino |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MUTracker", "description": "Track your comics on Marvel Unlimited", "version": "1.2", "author": "Santo Carino", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/marvel.com\/comics\/*" ], "css": [ "css\/mutracker.css" ], "js": [ "js\/jquery-2.2.0.min.js", "js\/mutracker.js" ] } ], "permissions": [ "storage", "unlimitedStorage" ] } |