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 |
| 公式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 |
| Eメール | [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"
}
} | |