is.gd URL Shortener

is.gd URL Shortener

What is is.gd URL Shortener?

is.gd URL Shortener is a Chrome extension developed by 14k, and its main feature is "is.gd URL Shortener".

Extension Screenshots

screenshot
screenshot

Download is.gd URL Shortener Extension CRX File

Download is.gd URL Shortener 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

                        UNMAINTAINED

Version 1.0.0.1 changes:
 -Fixed url encoding
Version 1.0.0.2 changes:
 -Forced to update manifest file
Version 1.0.0.3 changes:
 -Fixed security issues caused by inline scripts ban. (which broked extension)
Version 1.0.0.4 changes:
 -Fiex CORS                    

Extension Basic Information

Name is.gd URL Shortener is.gd URL Shortener
ID cdofbppppmjfejecfiegjnmbbgichjhg
Official URL https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg
Description is.gd URL Shortener
File Size 26.31 KB
Installation Count 1,261
Current Version 1.0.0.4
Last Updated 2017-05-22
Publish Date 2017-05-22
Rating 4.39/5 Total 49 Ratings
Developer 14k
Email [email protected]
Payment Type free
Extension Website http://steamcommunity.com/id/xozyain/
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "is.gd URL Shortener",
    "icons": {
        "128": "isgd.png"
    },
    "manifest_version": 2,
    "name": "is.gd URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/is.gd\/*",
        "https:\/\/is.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.4"
}