Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

¿Qué es Simple URL Extender?

Simple URL Extender es una extensión de Chrome desarrollada por kennethdevel, y su función principal es "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Simple URL Extender

Descarga archivos de extensión Simple URL Extender en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

Información Básica de la Extensión

Nombre Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
URL Oficial https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Descripción Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Tamaño del Archivo 7.83 KB
Cantidad de Instalaciones 167
Versión Actual 2.0
Última Actualización 2016-06-11
Fecha de Publicación 2016-06-11
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador kennethdevel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://9inchurl.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}