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
公式URL 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"
            ]
        }
    ]
}