No Twitter Crop
Get rid of Twitter's image crop on single image tweets.
Qu'est-ce que No Twitter Crop ?
No Twitter Crop est une extension Chrome développée par Jaebirds, et sa fonction principale est "Get rid of Twitter's image crop on single image tweets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No Twitter Crop
Téléchargez les fichiers d'extension No Twitter Crop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | No Twitter Crop |
ID | amijdfkmcibipgokogloipabagonjmbb |
URL Officiel | https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb |
Description | Get rid of Twitter's image crop on single image tweets. |
Taille du Fichier | 6.81 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.02 |
Dernière Mise à Jour | 2021-08-12 |
Date de Publication | 2021-08-11 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Jaebirds |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |