No Twitter Crop
Get rid of Twitter's image crop on single image tweets.
什么是No Twitter Crop?
No Twitter Crop是由Jaebirds开发的Chrome扩展程序,该扩展的主要功能是“Get rid of Twitter's image crop on single image tweets.”。
扩展截图
下载No Twitter Crop扩展crx文件
下载No Twitter Crop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Twitter has updated its mobile app so that it displays vertical sized images properly, but the desktop version still has an awful crop. This extension simply fixes the site so that vertical sized images will display properly. This only works for single image posts, not photosets.
扩展基本信息
名称 | No Twitter Crop |
ID | amijdfkmcibipgokogloipabagonjmbb |
官方URL | https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb |
简介 | Get rid of Twitter's image crop on single image tweets. |
文件大小 | 6.81 KB |
安装次数 | 111 |
当前版本 | 1.02 |
更新时间 | 2021-08-12 |
上架时间 | 2021-08-11 |
评分 | 4.20/5 共5次评分 |
开发者 | Jaebirds |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Twitter Crop", "description": "Get rid of Twitter's image crop on single image tweets.", "version": "1.02", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/notwittercrop16.png", "32": "\/images\/notwittercrop32.png", "48": "\/images\/notwittercrop48.png", "128": "\/images\/notwittercrop128.png" } }, "icons": { "16": "\/images\/notwittercrop16.png", "32": "\/images\/notwittercrop32.png", "48": "\/images\/notwittercrop48.png", "128": "\/images\/notwittercrop128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "css": [ "twitter.css" ] } ] } |