Simple URL Extender

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

Wat is Simple URL Extender?

Simple URL Extender is een Chrome-extensie ontwikkeld door kennethdevel, en de belangrijkste functie is "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple URL Extender

Download Simple URL Extender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
Officiële URL https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Beschrijving Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Bestandsgrootte 7.83 KB
Aantal Installaties 167
Huidige Versie 2.0
Laatst Bijgewerkt 2016-06-11
Publicatiedatum 2016-06-11
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar kennethdevel
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://9inchurl.com
Ondersteunde Talen 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"
    }
}