Simple URL Extender

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

O que é Simple URL Extender?

Simple URL Extender é uma extensão do Chrome desenvolvida por kennethdevel, e sua principal característica é "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple URL Extender

Baixe arquivos de extensão Simple URL Extender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
URL Oficial https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Descrição Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Tamanho do Arquivo 7.83 KB
Contagem de Instalações 167
Versão Atual 2.0
Última Atualização 2016-06-11
Data de Publicação 2016-06-11
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor kennethdevel
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://9inchurl.com
Idiomas Suportados 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"
    }
}