Preview Short URLs

Stop short URL abuse by previewing the URL automatically before visiting it.

Qu'est-ce que Preview Short URLs ?

Preview Short URLs est une extension Chrome développée par azelphur, et sa fonction principale est "Stop short URL abuse by previewing the URL automatically before visiting it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Preview Short URLs

Téléchargez les fichiers d'extension Preview Short URLs 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

                        This addon will show you a preview page clearly displaying the destination URL whenever you visit a shortened URL.

Currently supports:
bit.ly
bitly.com
tinyurl.com
is.gd
goo.gl

Want support for more? Feel free to suggest something. :)

Want to help out? This code is on github https://github.com/Azelphur/Preview-Short-URLs patches welcome!

Feel free to drop by irc://irc.azelphur.com/#azelphur if you have any questions.                    

Informations de Base sur l'Extension

Nom Preview Short URLs Preview Short URLs
ID lhnpeajamdliepjblldlghmpkohfjakb
URL Officiel https://chromewebstore.google.com/detail/preview-short-urls/lhnpeajamdliepjblldlghmpkohfjakb
Description Stop short URL abuse by previewing the URL automatically before visiting it.
Taille du Fichier 11.33 KB
Nombre d'Installations 339
Version Actuelle 1.0
Dernière Mise à Jour 2013-11-18
Date de Publication 2013-11-18
Évaluation 3.71/5 Total 7 Évaluations
Développeur azelphur
Type de Paiement free
Site Web de l'Extension http://blog.azelphur.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Preview Short URLs",
    "description": "Stop short URL abuse by previewing the URL automatically before visiting it.",
    "version": "1.0",
    "author": "Alfie \"Azelphur\" Day",
    "homepage_url": "http:\/\/blog.azelphur.com\/",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/bit.ly\/*",
        "*:\/\/bitly.com\/*",
        "*:\/\/tinyurl.com\/*",
        "*:\/\/is.gd\/*",
        "*:\/\/goo.gl\/*"
    ],
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}