No Twitter Crop
Get rid of Twitter's image crop on single image tweets.
Was ist No Twitter Crop?
No Twitter Crop ist eine Chrome-Erweiterung, die von Jaebirds entwickelt wurde, und ihr Hauptmerkmal ist "Get rid of Twitter's image crop on single image tweets.".
Erweiterungsscreenshots
No Twitter Crop-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Twitter Crop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | No Twitter Crop |
ID | amijdfkmcibipgokogloipabagonjmbb |
Offizielle URL | https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb |
Beschreibung | Get rid of Twitter's image crop on single image tweets. |
Dateigröße | 6.81 KB |
Installationsanzahl | 111 |
Aktuelle Version | 1.02 |
Letztes Update | 2021-08-12 |
Veröffentlichungsdatum | 2021-08-11 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Jaebirds |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |