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 |
官方網址 | 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" ] } ] } |