De-t.co

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

Apa itu De-t.co?

De-t.co adalah ekstensi Chrome yang dikembangkan oleh johnpbloch, dan fitur utamanya adalah "This extension points all t.co urls on a page to their expanded url.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi De-t.co

Unduh file ekstensi De-t.co dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama De-t.co De-t.co
ID jmdlmkhbhmlgkpjelenjcpgcldhednif
URL Resmi https://chromewebstore.google.com/detail/de-tco/jmdlmkhbhmlgkpjelenjcpgcldhednif
Deskripsi This extension points all t.co urls on a page to their expanded url.
Ukuran File 17.79 KB
Jumlah Instalasi 21
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2016-09-13
Tanggal Publikasi 2016-09-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang johnpbloch
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}