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…

O que é NGG URL Shortener?

NGG URL Shortener é uma extensão do Chrome desenvolvida por NGG Dev Team, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NGG URL Shortener

Baixe arquivos de extensão NGG URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome NGG URL Shortener NGG URL Shortener
ID cmkpanlggdkomfnpghknkhnjipcnpmkk
URL Oficial https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk
Descrição The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
Tamanho do Arquivo 125 KB
Contagem de Instalações 48
Versão Atual 1.1
Última Atualização 2013-12-17
Data de Publicação 2013-12-17
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor NGG Dev Team
Tipo de Pagamento free
Idiomas Suportados 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'"
}