No Twitter Crop
Get rid of Twitter's image crop on single image tweets.
Wat is No Twitter Crop?
No Twitter Crop is een Chrome-extensie ontwikkeld door Jaebirds, en de belangrijkste functie is "Get rid of Twitter's image crop on single image tweets.".
Extensie Screenshots
Download het CRX-bestand van de extensie No Twitter Crop
Download No Twitter Crop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | No Twitter Crop |
ID | amijdfkmcibipgokogloipabagonjmbb |
Officiële URL | https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb |
Beschrijving | Get rid of Twitter's image crop on single image tweets. |
Bestandsgrootte | 6.81 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.02 |
Laatst Bijgewerkt | 2021-08-12 |
Publicatiedatum | 2021-08-11 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Jaebirds |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |