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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ponyfoo.com และคุณลักษณะหลักของมันคือ "This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F t.co

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}