Book Sheep

Allow sending ebook on b-ok.cc to your Kindle automatically

¿Qué es Book Sheep?

Book Sheep es una extensión de Chrome desarrollada por https://rarebit.io, y su función principal es "Allow sending ebook on b-ok.cc to your Kindle automatically".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Book Sheep

Descarga archivos de extensión Book Sheep en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Allow sending ebook on b-ok.cc to your Kindle automatically.
No more downloading and sending manually by hand.

All is taken care of by Book Sheep.
Usage:
1. Go to https://b-ok.cc and search for your favorite book.
2. Click on "Sent to Kindle" button.
3. Wait and enjoy reading on your Kindle device.

Have fun reading!!!                    

Información Básica de la Extensión

Nombre Book Sheep Book Sheep
ID ikpmdhikhljdfgccfidgcbdfmdechaap
URL Oficial https://chromewebstore.google.com/detail/book-sheep/ikpmdhikhljdfgccfidgcbdfmdechaap
Descripción Allow sending ebook on b-ok.cc to your Kindle automatically
Tamaño del Archivo 103 KB
Cantidad de Instalaciones 21
Versión Actual 1.0.0
Última Actualización 2020-06-03
Fecha de Publicación 2020-04-24
Desarrollador https://rarebit.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rarebit.io
URL de la Página de Ayuda https://rarebit.io/contact
URL de la Página de Política de Privacidad https://rarebit.io/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Book Sheep",
    "version": "1.0.0",
    "description": "Allow sending ebook on b-ok.cc to your Kindle automatically",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/b-ok.cc\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*.zlibcdn.com\/",
        "https:\/\/api.mailgun.net\/"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    }
}