Kitap.kz Downloader
Extension for downloading EPUB and MP3 books from Kitap.kz
What is Kitap.kz Downloader?
Kitap.kz Downloader is a Chrome extension developed by Kesantielu Dasefern, and its main feature is "Extension for downloading EPUB and MP3 books from Kitap.kz".
Extension Screenshots
Download Kitap.kz Downloader Extension CRX File
Download Kitap.kz Downloader 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
Books downloaded by extension are for reference only. Please delete the books immediately after viewing them.
Extension Basic Information
Name | Kitap.kz Downloader |
ID | injlnkldgkjddmggojppaladmiflacoc |
Official URL | https://chromewebstore.google.com/detail/kitapkz-downloader/injlnkldgkjddmggojppaladmiflacoc |
Description | Extension for downloading EPUB and MP3 books from Kitap.kz |
File Size | 14.45 KB |
Installation Count | 101 |
Current Version | 1.4 |
Last Updated | 2019-11-20 |
Publish Date | 2019-11-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Kesantielu Dasefern |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4", "default_locale": "en", "author": "Kesantielu Dasefern", "homepage_url": "https:\/\/kesantielu.dasefern.com", "minimum_chrome_version": "49", "icons": { "16": "kitapdl-16.png", "48": "kitapdl-48.png", "128": "kitapdl-128.png" }, "browser_action": { "default_icon": { "16": "kitapdl-16.png" } }, "background": { "scripts": [ "lib\/truncate.js", "events.js" ], "persistent": false }, "permissions": [ "*:\/\/*.kitap.kz\/*", "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.kitap.kz\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [] } |