Manchester United News tracker
Reddit news tracker for Manchester United fans
What is Manchester United News tracker?
Manchester United News tracker is a Chrome extension developed by TeamClerkie, and its main feature is "Reddit news tracker for Manchester United fans".
Extension Screenshots
Download Manchester United News tracker Extension CRX File
Download Manchester United News tracker 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
A chrome extension for Manchester United fans to get the latest news about their club from reliable journalists, as shared on the Manchester United sub-reddit.
Extension Basic Information
Name | Manchester United News tracker |
ID | diekjndigniigjbokhfjbocibncchbpi |
Official URL | https://chromewebstore.google.com/detail/manchester-united-news-tr/diekjndigniigjbokhfjbocibncchbpi |
Description | Reddit news tracker for Manchester United fans |
File Size | 33.08 KB |
Installation Count | 622 |
Current Version | 2.1 |
Last Updated | 2019-09-03 |
Publish Date | 2019-09-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | TeamClerkie |
[email protected] | |
Payment Type | free |
Extension Website | http://www.manutdnewstracker.com |
Help Page URL | http://www.manutdnewstracker.com/faq.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manchester United News tracker", "version": "2.1", "description": "Reddit news tracker for Manchester United fans", "permissions": [ "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js", "socket.io.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/manutd.png" }, "manifest_version": 2 } |