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 là gì?

NGG URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi NGG Dev Team, và tính năng chính của nó là "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NGG URL Shortener

Tải xuống các tệp mở rộng NGG URL Shortener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NGG URL Shortener NGG URL Shortener
ID cmkpanlggdkomfnpghknkhnjipcnpmkk
URL Chính Thức https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk
Mô tả The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-12-17
Ngày Phát Hành 2013-12-17
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển NGG Dev Team
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}