F t.co

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

Co to jest F t.co?

F t.co to rozszerzenie Chrome opracowane przez https://ponyfoo.com, a jego główną funkcją jest „This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome”.

Pobierz plik CRX rozszerzenia F t.co

Pobierz pliki rozszerzeń F t.co w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa F t.co F t.co
ID efodfiapdhhojbghfeehkkpjebgaafoh
Oficjalny URL https://chromewebstore.google.com/detail/f-tco/efodfiapdhhojbghfeehkkpjebgaafoh
Opis This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome
Rozmiar pliku 22.13 KB
Liczba instalacji 15
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2016-10-21
Data Publikacji 2016-10-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://ponyfoo.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}