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…

Vad är NGG URL Shortener?

NGG URL Shortener är en Chrome-tillägg utvecklad av NGG Dev Team, och dess huvudfunktion är "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…".

Tilläggsskärmbilder

screenshot

Ladda ner NGG URL Shortener-förlängningens CRX-fil

Ladda ner NGG URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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".                    

Grundläggande Information om Tillägg

Namn NGG URL Shortener NGG URL Shortener
ID cmkpanlggdkomfnpghknkhnjipcnpmkk
Officiell webbadress https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk
Beskrivning The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
Filstorlek 125 KB
Antal Installationer 48
Aktuell Version 1.1
Senast Uppdaterad 2013-12-17
Publiceringsdatum 2013-12-17
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare NGG Dev Team
Betalningssätt free
Stödda Språk 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'"
}