No Twitter Crop
Get rid of Twitter's image crop on single image tweets.
ما هو No Twitter Crop؟
No Twitter Crop هو إضافة Chrome تم تطويرها بواسطة Jaebirds، والميزة الرئيسية لها هي "Get rid of Twitter's image crop on single image tweets.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No Twitter Crop
قم بتنزيل ملفات الامتداد No Twitter Crop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | No Twitter Crop |
ID | amijdfkmcibipgokogloipabagonjmbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb |
الوصف | Get rid of Twitter's image crop on single image tweets. |
حجم الملف | 6.81 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.02 |
آخر تحديث | 2021-08-12 |
تاريخ النشر | 2021-08-11 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | Jaebirds |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |