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
官方網址 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
電子郵箱 [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
        }
    ]
}