F t.co

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

Co je F t.co?

F t.co je rozšíření Chrome vyvinuté https://ponyfoo.com, a jeho hlavní funkcí je „This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome“.

Stáhnout soubor CRX rozšíření F t.co

Stáhněte si soubory rozšíření F t.co ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název F t.co F t.co
ID efodfiapdhhojbghfeehkkpjebgaafoh
Oficiální URL https://chromewebstore.google.com/detail/f-tco/efodfiapdhhojbghfeehkkpjebgaafoh
Popis This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome
Velikost souboru 22.13 KB
Počet instalací 15
Aktuální Verze 1.0.2
Poslední Aktualizace 2016-10-21
Datum Vydání 2016-10-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://ponyfoo.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}