No Twitter Crop
Get rid of Twitter's image crop on single image tweets.
Vad är No Twitter Crop?
No Twitter Crop är en Chrome-tillägg utvecklad av Jaebirds, och dess huvudfunktion är "Get rid of Twitter's image crop on single image tweets.".
Tilläggsskärmbilder
Ladda ner No Twitter Crop-förlängningens CRX-fil
Ladda ner No Twitter Crop-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
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.
Grundläggande Information om Tillägg
Namn | No Twitter Crop |
ID | amijdfkmcibipgokogloipabagonjmbb |
Officiell webbadress | https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb |
Beskrivning | Get rid of Twitter's image crop on single image tweets. |
Filstorlek | 6.81 KB |
Antal Installationer | 111 |
Aktuell Version | 1.02 |
Senast Uppdaterad | 2021-08-12 |
Publiceringsdatum | 2021-08-11 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | Jaebirds |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |