Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

Cos'è Simple URL Extender?

Simple URL Extender è un'estensione di Chrome sviluppata da kennethdevel, e la sua funzione principale è "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple URL Extender

Scarica i file di estensione Simple URL Extender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

Informazioni di Base sull'Estensione

Nome Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
URL Ufficiale https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Descrizione Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Dimensione del File 7.83 KB
Conteggio Installazioni 167
Versione Corrente 2.0
Ultimo Aggiornamento 2016-06-11
Data di Pubblicazione 2016-06-11
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore kennethdevel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://9inchurl.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}