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是由https://ponyfoo.com开发的Chrome扩展程序,该扩展的主要功能是“This browser extension unwraps t.co links in Tweet Deck and Twitter.com, making your experience faster and less cumbersome”。
下载F t.co扩展crx文件
下载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 |
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 } ] } |