BitMinter checker
This extension checks for the status of your BitMinter workers.
What is BitMinter checker?
BitMinter checker is a Chrome extension developed by Colin Dumitru, and its main feature is "This extension checks for the status of your BitMinter workers.".
Extension Screenshots
Download BitMinter checker Extension CRX File
Download BitMinter checker 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
The BitMinter checker extension monitors your workers and provider information for them directly in your browser. It displays total and per worker hash rate, accepted and rejected work, total BitCoins and NameCoins mined, and much more information for each of your workers. To work correctly, a valid API key must be set from your personal account with the 'API' perk enabled. This extension is completely open source! You can contribute or submit bugs and feature requests here: https://github.com/colin-dumitru/BMChecker
Extension Basic Information
Name | BitMinter checker |
ID | inenjamfcoaicgckjgfalndkkkpmoifd |
Official URL | https://chromewebstore.google.com/detail/bitminter-checker/inenjamfcoaicgckjgfalndkkkpmoifd |
Description | This extension checks for the status of your BitMinter workers. |
File Size | 73.5 KB |
Installation Count | 66 |
Current Version | 0.1.2 |
Last Updated | 2013-12-31 |
Publish Date | 2013-12-31 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Colin Dumitru |
Payment Type | free |
Extension Website | https://github.com/colin-dumitru/BMChecker |
Help Page URL | https://github.com/colin-dumitru/BMChecker/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitMinter checker", "description": "This extension checks for the status of your BitMinter workers.", "version": "0.1.2", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "https:\/\/bitminter.com\/", "storage", "background" ], "options_page": "src\/options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "src\/popup.html", "default_title": "BitMinter checker" }, "background": { "scripts": [ "src\/js\/jquery.js", "src\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |