Twitter Large Thumbnails
This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
什么是Twitter Large Thumbnails?
Twitter Large Thumbnails是由m8u开发的Chrome扩展程序,该扩展的主要功能是“This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.”。
扩展截图
下载Twitter Large Thumbnails扩展crx文件
下载Twitter Large Thumbnails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See posts of your favorite artists and photographers without image cropping.
扩展基本信息
名称 | Twitter Large Thumbnails |
ID | lhmanalklfkgpfkinflfepcepbgkpmai |
官方URL | https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai |
简介 | This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping. |
文件大小 | 20.88 KB |
安装次数 | 2,377 |
当前版本 | 1.3.7 |
更新时间 | 2023-11-22 |
上架时间 | 2020-04-30 |
评分 | 4.38/5 共29次评分 |
开发者 | m8u |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Large Thumbnails", "version": "1.3.7", "description": "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.", "manifest_version": 3, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "icons": { "128": "icon128.png" } } |