Simple URL Extender

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

Qu'est-ce que Simple URL Extender ?

Simple URL Extender est une extension Chrome développée par kennethdevel, et sa fonction principale est "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple URL Extender

Téléchargez les fichiers d'extension Simple URL Extender 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

                        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.                    

Informations de Base sur l'Extension

Nom Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
URL Officiel https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Description Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Taille du Fichier 7.83 KB
Nombre d'Installations 167
Version Actuelle 2.0
Dernière Mise à Jour 2016-06-11
Date de Publication 2016-06-11
Évaluation 3.60/5 Total 5 Évaluations
Développeur kennethdevel
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://9inchurl.com
Langues Prises en Charge 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"
    }
}