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…
Apa itu NGG URL Shortener?
NGG URL Shortener adalah ekstensi Chrome yang dikembangkan oleh NGG Dev Team, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi NGG URL Shortener
Unduh file ekstensi NGG URL Shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
URL Resmi | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
Deskripsi | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
Ukuran File | 125 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2013-12-17 |
Tanggal Publikasi | 2013-12-17 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | NGG Dev Team |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |