Goodreads ratings in Audible
Displays Goodreads rankings for books in Audible store
What is Goodreads ratings in Audible?
Goodreads ratings in Audible is a Chrome extension developed by kreich, and its main feature is "Displays Goodreads rankings for books in Audible store".
Extension Screenshots
Download Goodreads ratings in Audible Extension CRX File
Download Goodreads ratings in Audible 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
Displays Goodreads rankings for books in the Audible store. V0.0.5: Add support for "2 for 1" sales pages. V0.0.4: Add support for "2 for 1" sales pages. Support in HTTPS pages. Support audible.de V0.0.3: Better support for collections on sales. V0.0.2: Added links to author pages in Goodreads. Added ratings when hovering over a book catalog.
Extension Basic Information
Name | Goodreads ratings in Audible |
ID | kjdbldainogjefeimhhmpcipidphjiho |
Official URL | https://chromewebstore.google.com/detail/goodreads-ratings-in-audi/kjdbldainogjefeimhhmpcipidphjiho |
Description | Displays Goodreads rankings for books in Audible store |
File Size | 247 KB |
Installation Count | 307 |
Current Version | 0.0.6 |
Last Updated | 2019-02-13 |
Publish Date | 2019-02-13 |
Rating | 3.67/5 Total 9 Ratings |
Developer | kreich |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodreads ratings in Audible", "description": "Displays Goodreads rankings for books in Audible store", "version": "0.0.6", "permissions": [ "https:\/\/www.goodreads.com\/" ], "background": { "scripts": [ "js\/jquery-2.1.3.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.audible.com\/*", "*:\/\/www.audible.de\/*" ], "js": [ "js\/underscore-min.js", "js\/jquery-2.1.3.min.js", "script.js" ], "css": [ "style.css" ] } ], "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |