De-t.co

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

什麼是De-t.co?

De-t.co是由johnpbloch開發的Chrome擴展程式,該擴展的主要功能是“This extension points all t.co urls on a page to their expanded url.”。

擴展截圖

screenshot

下載De-t.co擴展crx文件

下載De-t.co擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 De-t.co De-t.co
ID jmdlmkhbhmlgkpjelenjcpgcldhednif
官方網址 https://chromewebstore.google.com/detail/de-tco/jmdlmkhbhmlgkpjelenjcpgcldhednif
簡介 This extension points all t.co urls on a page to their expanded url.
檔案大小 17.79 KB
安裝次數 21
目前版本 1.1.1
更新時間 2016-09-13
上架時間 2016-09-12
評分 5.00/5 共 2 次評分
開發者 johnpbloch
付費類型 free
支援的語言 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"
            ]
        }
    ]
}