Book Roulette by Bookship

Shows you interesting books you'd never find on your own.

What is Book Roulette by Bookship?

Book Roulette by Bookship is a Chrome extension developed by The Hawaii Project, LLC, and its main feature is "Shows you interesting books you'd never find on your own.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Book Roulette by Bookship Extension CRX File

Download Book Roulette by Bookship 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

                        Every time you open a new tab, we dive into our constantly-updating database of interesting new books, and bring you one. We'll also show you some recent web articles about the book, and links to Amazon and Bookshop. 

Finding fun new books was never so easy!                    

Extension Basic Information

Name Book Roulette by Bookship Book Roulette by Bookship
ID nmomlgnkllppccohkeemlenohnakehoc
Official URL https://chromewebstore.google.com/detail/book-roulette-by-bookship/nmomlgnkllppccohkeemlenohnakehoc
Description Shows you interesting books you'd never find on your own.
File Size 18.75 KB
Installation Count 45
Current Version 1.3.1
Last Updated 2021-08-14
Publish Date 2021-08-08
Developer The Hawaii Project, LLC
Email [email protected]
Payment Type free
Extension Website https://www.bookshipapp.com
Privacy Policy Page URL https://www.thehawaiiproject.com/faq
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Book Roulette by Bookship",
    "version": "1.3.1",
    "description": "Shows you interesting books you'd never find on your own.",
    "author": "The Hawaii Project",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.thehawaiiproject.com\/*"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Book Roulette by Bookship"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}