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. 擴展基本資訊
| 名稱 | |
| ID | lhmanalklfkgpfkinflfepcepbgkpmai |
| 官方網址 | 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"
}
} | |