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…

什么是NGG URL Shortener?

NGG URL Shortener是由NGG Dev Team开发的Chrome扩展程序,该扩展的主要功能是“The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…”。

扩展截图

screenshot

下载NGG URL Shortener扩展crx文件

下载NGG URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 NGG URL Shortener NGG URL Shortener
ID cmkpanlggdkomfnpghknkhnjipcnpmkk
官方URL https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk
简介 The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
文件大小 125 KB
安装次数 48
当前版本 1.1
更新时间 2013-12-17
上架时间 2013-12-17
评分 5.00/5 共8次评分
开发者 NGG Dev Team
付费类型 free
支持的语言 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'"
}