LibGen Download Link

An extension to search in LibGen from GoodReads

What is LibGen Download Link?

LibGen Download Link is a Chrome extension developed by http://smoqadam.me, and its main feature is "An extension to search in LibGen from GoodReads".

Extension Screenshots

screenshot

Download LibGen Download Link Extension CRX File

Download LibGen Download Link 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 extension add an icon to GoodReads book's page which by click on it, it will redirect to the LibGen search page.                    

Extension Basic Information

Name LibGen Download Link LibGen Download Link
ID nlhbnlidjgfafmbcpjjcghajffbbaodj
Official URL https://chrome.google.com/webstore/detail/libgen-download-link/nlhbnlidjgfafmbcpjjcghajffbbaodj
Description An extension to search in LibGen from GoodReads
File Size 6.43 KB
Installation Count 1,721
Current Version 0.1
Last Updated 2020-09-19
Publish Date 2020-09-19
Developer http://smoqadam.me
Email [email protected]
Payment Type free
Extension Website https://github.com/smoqadam/search-in-libgen
Help Page URL https://github.com/smoqadam/search-in-libgen/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LibGen Download Link",
    "author": "Saeed Moghadamzadeh",
    "version": "0.1",
    "description": "An extension to search in LibGen from GoodReads",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}