F t.co

This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome

F t.coとは何ですか?

F t.coはhttps://ponyfoo.comによって開発されたChromeの拡張機能で、その主な機能は「This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome」です。

F t.co拡張機能のCRXファイルをダウンロード

F t.co拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome                    

拡張機能の基本情報

名前 F t.co F t.co
ID efodfiapdhhojbghfeehkkpjebgaafoh
公式URL https://chromewebstore.google.com/detail/f-tco/efodfiapdhhojbghfeehkkpjebgaafoh
説明 This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome
ファイルサイズ 22.13 KB
インストール数 15
現在のバージョン 1.0.2
最終更新日 2016-10-21
公開日 2016-10-21
評価 5.00/5 合計 3 レビュー
開発者 https://ponyfoo.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F t.co",
    "description": "This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome",
    "version": "1.0.2",
    "icons": {
        "128": "ftco.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}