De-t.co

This extension points all t.co urls on a page to their expanded url.

Qu'est-ce que De-t.co ?

De-t.co est une extension Chrome développée par johnpbloch, et sa fonction principale est "This extension points all t.co urls on a page to their expanded url.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension De-t.co

Téléchargez les fichiers d'extension De-t.co 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

                        Sometimes twitter's url shortener is slow or unresponsive. Take them out of the equation.

This extension only runs on twitter.com and subdomains of twitter.com.

Since this is a background script, I added a screenshot of kittens. Not sure what else to do.

Image source: http://www.flickr.com/photos/35652310@N00/4139577452/                    

Informations de Base sur l'Extension

Nom De-t.co De-t.co
ID jmdlmkhbhmlgkpjelenjcpgcldhednif
URL Officiel https://chromewebstore.google.com/detail/de-tco/jmdlmkhbhmlgkpjelenjcpgcldhednif
Description This extension points all t.co urls on a page to their expanded url.
Taille du Fichier 17.79 KB
Nombre d'Installations 21
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-09-13
Date de Publication 2016-09-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur johnpbloch
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "De-t.co",
    "description": "This extension points all t.co urls on a page to their expanded url.",
    "version": "1.1.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/",
        "https:\/\/*.twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "src\/de-t.co.js"
            ]
        }
    ]
}