Beermoney Balances
Beermoney balances takes the hassle out of checking on all the different survey sites you use to keep track of your earnings. Every…
What is Beermoney Balances?
Beermoney Balances is a Chrome extension developed by https://skorulis.com, and its main feature is "Beermoney balances takes the hassle out of checking on all the different survey sites you use to keep track of your earnings. Every…".
Extension Screenshots
Download Beermoney Balances Extension CRX File
Download Beermoney Balances 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
Beermoney balances takes the hassle out of checking on all the different survey sites you use to keep track of your earnings. Every time you visit a page which shows your balance the extension will record it. Then all you need to do is click the icon and you can see all your balances in one place. Because BMB operates as an extension it doesn't need any of your credentials, keeping your earnings secure. Your balance history is stored locally in your browser so you can see your history even when offline. On top of keeping your balances in one place BMB lets you graph your earnings over time and compare between sites to see which are most profitable. There's also a quick update button to get the latest balance without having to open the page yourself.
Extension Basic Information
Name | Beermoney Balances |
ID | bmfmfplaoclkkdmdlkejbepkcfgcpnai |
Official URL | https://chromewebstore.google.com/detail/beermoney-balances/bmfmfplaoclkkdmdlkejbepkcfgcpnai |
Description | Beermoney balances takes the hassle out of checking on all the different survey sites you use to keep track of your earnings. Every… |
File Size | 196 KB |
Installation Count | 263 |
Current Version | 0.3.2 |
Last Updated | 2017-06-15 |
Publish Date | 2017-06-15 |
Rating | 3.38/5 Total 8 Ratings |
Developer | https://skorulis.com |
[email protected] | |
Payment Type | free |
Extension Website | http://beermoneybalances.skorulis.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beermoney Balances", "version": "0.3.2", "author": "Alex Skorulis", "short_name": "BMB", "homepage_url": "http:\/\/beermoneybalances.skorulis.com\/", "options_page": "options.html", "background": { "scripts": [ "js\/jquery-3.1.1.slim.min.js", "js\/jquery.timeago.js", "js\/main.js", "js\/background.js" ] }, "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": "img\/icon-64.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/maker.ifttt.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/www.qmee.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/qmee.js" ] }, { "matches": [ "*:\/\/www.pocketmoneygpt.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/pocketmoneygpt.js" ] }, { "matches": [ "*:\/\/vertosmart.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/smartpanel.js" ] }, { "matches": [ "*:\/\/www.crossmediapanel.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/crossmedia.js" ] }, { "matches": [ "*:\/\/www.ipoll.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/ipoll.js" ] }, { "matches": [ "*:\/\/www.opinionoutpost.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/opinionoutpost.js" ] }, { "matches": [ "*:\/\/www.earningstation.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/earningstation.js" ] }, { "matches": [ "*:\/\/www.pineconeresearch.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/pinecone.js" ] }, { "matches": [ "*:\/\/mintvine.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/mintvine.js" ] }, { "matches": [ "*:\/\/www.checkpoints.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/checkpoints.js" ] }, { "matches": [ "*:\/\/www.swagbucks.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/swagbucks.js" ] }, { "matches": [ "*:\/\/toolbartv.swagbucks.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/swagbucksTV.js" ] }, { "matches": [ "*:\/\/www.instagc.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/instagc.js" ] }, { "matches": [ "*:\/\/perk.tv\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/perktv.js" ] }, { "matches": [ "*:\/\/www.earnhoney.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/earnhoney.js" ] }, { "matches": [ "*:\/\/www.inboxdollars.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/inboxdollars.js" ] }, { "matches": [ "*:\/\/www.inboxpounds.co.uk\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/inboxpounds.js" ] }, { "matches": [ "*:\/\/my.pureprofile.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/pureprofile.js" ] }, { "matches": [ "*:\/\/www.gifthulk.com\/*", "*:\/\/search.gifthulk.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/gifthulk.js" ] }, { "matches": [ "*:\/\/www.mturk.com\/mturk\/dashboard" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/mturk.js" ] }, { "matches": [ "*:\/\/au.yougov.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/yougovau.js" ] }, { "matches": [ "*:\/\/www.prizerebel.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/prizerebel.js" ] }, { "matches": [ "*:\/\/www.prolific.ac\/participant\/account" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/prolific.js" ] }, { "matches": [ "*:\/\/members.grabpoints.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/grabpoints.js" ] }, { "matches": [ "*:\/\/freebitco.in\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/freebitco.in.js" ] }, { "matches": [ "*:\/\/moonbit.co.in\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/moonbitcoin.js" ] }, { "matches": [ "*:\/\/today.yougov.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/yougovus.js" ] }, { "matches": [ "*:\/\/usabilityhub.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/usabilityhub.js" ] }, { "matches": [ "*:\/\/earnably.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/earnably.js" ] }, { "matches": [ "*:\/\/www.clixsense.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/clixsense.js" ] }, { "matches": [ "*:\/\/www.nadamobile.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/nada.js" ] }, { "matches": [ "*:\/\/app.irazoo.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/irazoo.js" ] }, { "matches": [ "*:\/\/grindabuck.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/grindabuck.js" ] }, { "matches": [ "*:\/\/www.rewardscentral.com.au\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/rewardscentral.js" ] }, { "matches": [ "*:\/\/rewardingways.com\/members\/index.php" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/rewardingways.js" ] }, { "matches": [ "*:\/\/app.spare5.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/spare5.js" ] }, { "matches": [ "*:\/\/www.usertesting.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/usertesting.js" ] }, { "matches": [ "*:\/\/microworkers.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/microworkers.js" ] }, { "matches": [ "*:\/\/www.cashcrate.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/cashcrate.js" ] }, { "matches": [ "*:\/\/lootpalace.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/lootpalace.js" ] }, { "matches": [ "*:\/\/pricepal.com.au\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/pricepal.js" ] }, { "matches": [ "*:\/\/paidviewpoint.com\/*" ], "js": [ "js\/jquery-3.1.1.slim.min.js", "js\/main.js", "sites\/paidviewpoint.js" ] } ] } |