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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
        }
    ]
}