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…
Co to jest NGG URL Shortener?
NGG URL Shortener to rozszerzenie Chrome opracowane przez NGG Dev Team, a jego główną funkcją jest „The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NGG URL Shortener
Pobierz pliki rozszerzeń NGG URL Shortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
Oficjalny URL | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
Opis | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
Rozmiar pliku | 125 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-12-17 |
Data Publikacji | 2013-12-17 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | NGG Dev Team |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |