Twitter Large Thumbnails
This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
Co to jest Twitter Large Thumbnails?
Twitter Large Thumbnails to rozszerzenie Chrome opracowane przez m8u, a jego główną funkcją jest „This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Large Thumbnails
Pobierz pliki rozszerzeń Twitter Large Thumbnails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
See posts of your favorite artists and photographers without image cropping. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lhmanalklfkgpfkinflfepcepbgkpmai |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai |
| Opis | This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping. |
| Rozmiar pliku | 20.88 KB |
| Liczba instalacji | 2,377 |
| Aktualna Wersja | 1.3.7 |
| Ostatnia Aktualizacja | 2023-11-22 |
| Data Publikacji | 2020-04-30 |
| Ocena | 4.38/5 Łącznie 29 Oceny |
| Deweloper | m8u |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |