Twitter Large Thumbnails
This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
Vad är Twitter Large Thumbnails?
Twitter Large Thumbnails är en Chrome-tillägg utvecklad av m8u, och dess huvudfunktion är "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.".
Tilläggsskärmbilder
Ladda ner Twitter Large Thumbnails-förlängningens CRX-fil
Ladda ner Twitter Large Thumbnails-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
See posts of your favorite artists and photographers without image cropping. Grundläggande Information om Tillägg
| Namn | |
| ID | lhmanalklfkgpfkinflfepcepbgkpmai |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai |
| Beskrivning | This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping. |
| Filstorlek | 20.88 KB |
| Antal Installationer | 2,377 |
| Aktuell Version | 1.3.7 |
| Senast Uppdaterad | 2023-11-22 |
| Publiceringsdatum | 2020-04-30 |
| Betyg | 4.38/5 Totalt 29 Betyg |
| Utvecklare | m8u |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |