F t.co
This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome
What is F t.co?
F t.co is a Chrome extension developed by https://ponyfoo.com, and its main feature is "This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome".
Download F t.co Extension CRX File
Download F t.co extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome
Extension Basic Information
Name | F t.co |
ID | efodfiapdhhojbghfeehkkpjebgaafoh |
Official URL | https://chromewebstore.google.com/detail/f-tco/efodfiapdhhojbghfeehkkpjebgaafoh |
Description | This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome |
File Size | 22.13 KB |
Installation Count | 15 |
Current Version | 1.0.2 |
Last Updated | 2016-10-21 |
Publish Date | 2016-10-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://ponyfoo.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |