Library Genesis
Library Genesis google-chrome extension to improve daily searches
What is Library Genesis?
Library Genesis is a Chrome extension developed by emanuel.gcextension, and its main feature is "Library Genesis google-chrome extension to improve daily searches".
Extension Screenshots
Download Library Genesis Extension CRX File
Download Library Genesis 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
This is a extension to redirect to Library Genesis search engine
Extension Basic Information
Name | Library Genesis |
ID | oilaaekphjbkahcplbolaglkhbfimdfo |
Official URL | https://chromewebstore.google.com/detail/library-genesis/oilaaekphjbkahcplbolaglkhbfimdfo |
Description | Library Genesis google-chrome extension to improve daily searches |
File Size | 512 KB |
Installation Count | 1,543 |
Current Version | 1.0.1 |
Last Updated | 2022-04-28 |
Publish Date | 2022-04-26 |
Developer | emanuel.gcextension |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/EmanuelFontelles/libgen-google-chrome-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Library Genesis", "version": "1.0.1", "description": "Library Genesis google-chrome extension to improve daily searches", "manifest_version": 3, "author": "Emanuel Fontelles", "icons": { "16": ".\/img\/libgen-icon.png", "48": ".\/img\/libgen-icon.png", "128": ".\/img\/libgen-icon.png" }, "action": { "default_popup": "index.html", "default_title": "Library Genesis search engine" }, "background": { "service_worker": "serviceWorker.js" }, "permissions": [ "contextMenus" ] } |