BSRMaster
BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…
What is BSRMaster?
BSRMaster is a Chrome extension developed by Andrea Biancolli, and its main feature is "BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…".
Extension Screenshots
Download BSRMaster Extension CRX File
Download BSRMaster 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
BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and audiobooks on Audible.com, Audible.co.uk and Amazon.com - On amazon.com you will find BSR, Publication date and price of each version - Clickable BSR on audible, you will be redirected to amazon.com book page - Ascending and Descending order for BSR by clicking in the BSR column - Working even in the Best Seller Sections of Amazon - By clicking on the extension you will be able to Check all the AVG parameters of all the products in the drop down menu: - AVG BSR - AVG RUNNING TIME - AVG REVIEWS - AVG PRICE - You can personalize BSR colors and Values to set your own search parameter for the 3 formats 100% Safe... 100% FREE! You will not share any data of your own research.
Extension Basic Information
Name | BSRMaster |
ID | icnkllgoiildohggeopaikcmgmafalna |
Official URL | https://chromewebstore.google.com/detail/bsrmaster/icnkllgoiildohggeopaikcmgmafalna |
Description | BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and… |
File Size | 1.52 MB |
Installation Count | 7,328 |
Current Version | 7.4 |
Last Updated | 2020-11-20 |
Publish Date | 2020-07-05 |
Rating | 2.59/5 Total 17 Ratings |
Developer | Andrea Biancolli |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "libs\/jquery-3.3.1.js", "src\/background.js" ] }, "browser_action": { "default_icon": { "38": "icons\/logo.png" }, "default_popup": "src\/popup.html", "default_title": "BSRMaster" }, "content_scripts": [ { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/commonAudible.js", "src\/content-script.js" ], "matches": [ "*:\/\/*.audible.com\/*" ], "run_at": "document_start" }, { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/commonAudible.js", "src\/audible-uk.js" ], "matches": [ "*:\/\/*.audible.co.uk\/*" ], "run_at": "document_start" }, { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/amazon.js" ], "matches": [ "*:\/\/*.amazon.com\/Best-Sellers-Kindle-Store-eBooks\/*", "*:\/\/*.amazon.com\/Best-Sellers-Audible-Audiobooks\/*", "*:\/\/*.amazon.com\/*" ], "run_at": "document_start" }, { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/amazonView.js" ], "matches": [ "*:\/\/*.amazon.com\/*" ], "run_at": "document_start" }, { "js": [ "libs\/jquery-3.3.1.js", "src\/common.js", "src\/acx.js" ], "matches": [ "*:\/\/*.acx.com\/*" ], "run_at": "document_start" } ], "description": "", "icons": { "48": "icons\/logo.png" }, "manifest_version": 2, "name": "BSRMaster", "permissions": [ "storage", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.co.uk\/*" ], "version": "7.4" } |