Handy Link Grabber

Skips sh.st links and any.gs links. github.com/starbuck93/handy-link-skipper

What is Handy Link Grabber?

Handy Link Grabber is a Chrome extension developed by gyamada619, and its main feature is "Skips sh.st links and any.gs links. github.com/starbuck93/handy-link-skipper".

Download Handy Link Grabber Extension CRX File

Download Handy Link Grabber 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

                                            

Extension Basic Information

Name Handy Link Grabber Handy Link Grabber
ID abdnnepcigdmnoekpojdefdmpoikffaj
Official URL https://chrome.google.com/webstore/detail/handy-link-grabber/abdnnepcigdmnoekpojdefdmpoikffaj
Description Skips sh.st links and any.gs links. github.com/starbuck93/handy-link-skipper
File Size 6.57 KB
Installation Count 95
Current Version 1.0.0
Last Updated 2015-11-05
Publish Date 2015-11-04
Rating 4.20/5 Total 5 Ratings
Developer gyamada619
Payment Type free
Extension Website http://handylink.net
Help Page URL https://github.com/starbuck93/handy-link-skipper
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Handy Link Grabber",
    "short_name": "Handy Link",
    "description": "Skips sh.st links and any.gs links. github.com\/starbuck93\/handy-link-skipper",
    "version": "1.0.0",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "assets\/chromeiconsmall.png",
        "128": "assets\/chromeicon.png"
    },
    "background": {
        "page": "background.html"
    }
}