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…
Qu'est-ce que NGG URL Shortener ?
NGG URL Shortener est une extension Chrome développée par NGG Dev Team, et sa fonction principale est "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NGG URL Shortener
Téléchargez les fichiers d'extension NGG URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
URL Officiel | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
Description | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
Taille du Fichier | 125 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-12-17 |
Date de Publication | 2013-12-17 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | NGG Dev Team |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |