NGG URL Shortener

The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…

¿Qué es NGG URL Shortener?

NGG URL Shortener es una extensión de Chrome desarrollada por NGG Dev Team, y su función principal es "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NGG URL Shortener

Descarga archivos de extensión NGG URL Shortener 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

                        The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also options (socket icon) to automatically copy the generated link your clipboard!

www.ngg.la is provided by Next Generation Gaming, LLC (www.ng-gaming.net) and was created by Alex Binello with help from "Akatony".                    

Información Básica de la Extensión

Nombre NGG URL Shortener NGG URL Shortener
ID cmkpanlggdkomfnpghknkhnjipcnpmkk
URL Oficial https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk
Descripción The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
Tamaño del Archivo 125 KB
Cantidad de Instalaciones 48
Versión Actual 1.1
Última Actualización 2013-12-17
Fecha de Publicación 2013-12-17
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador NGG Dev Team
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NGG URL Shortener",
    "description": "",
    "version": "1.1",
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*.ngg.la\/",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}