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?
NGG URL Shortener - это расширение Chrome, разработанное NGG Dev Team, и его основная функция - "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…".
Снимки экрана расширения
Скачать файл CRX расширения NGG URL Shortener
Скачайте файлы расширений NGG URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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".
Основная информация о расширении
Название | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
Официальный URL | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
Описание | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
Размер файла | 125 KB |
Количество установок | 48 |
Текущая Версия | 1.1 |
Последнее Обновление | 2013-12-17 |
Дата публикации | 2013-12-17 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | NGG Dev Team |
Тип оплаты | free |
Поддерживаемые языки | 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'" } |