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…
Was ist NGG URL Shortener?
NGG URL Shortener ist eine Chrome-Erweiterung, die von NGG Dev Team entwickelt wurde, und ihr Hauptmerkmal ist "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…".
Erweiterungsscreenshots
NGG URL Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie NGG URL Shortener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
Offizielle URL | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
Beschreibung | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
Dateigröße | 125 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-12-17 |
Veröffentlichungsdatum | 2013-12-17 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | NGG Dev Team |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |