Link grabber pro

Extract links from various website and also analyse it!

What is Link grabber pro?

Link grabber pro is a Chrome extension developed by Janarthanan, and its main feature is "Extract links from various website and also analyse it!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Link grabber pro Extension CRX File

Download Link grabber pro 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

                        Grab links from various website !
# hold CTRL + drag to select area of link 
#hold ALT + click on link to select it  and right click  on the selected link  after that 
click download in context menu
#right click on the link and click download from context menu

Analyse website links!
click  current tab link button and you can get analyse the details of link 
in new tab!                    

Extension Basic Information

Name Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
Official URL https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
Description Extract links from various website and also analyse it!
File Size 67.58 KB
Installation Count 619
Current Version 1.1
Last Updated 2018-07-13
Publish Date 2018-07-13
Rating 2.67/5 Total 3 Ratings
Developer Janarthanan
Email [email protected]
Payment Type free
Extension Website http://www.janaravi.com
Help Page URL http://www.janaravi.com/linkgrabber.html
Privacy Policy Page URL http://www.janaravi.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link grabber pro",
    "version": "1.1",
    "description": "Extract links from various website and also analyse it!",
    "browser_action": {
        "default_title": "Manage your links",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage",
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}