Twitter.com Optimized for Chrome
Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
ما هو Twitter.com Optimized for Chrome؟
Twitter.com Optimized for Chrome هو إضافة Chrome تم تطويرها بواسطة ReyHaynes، والميزة الرئيسية لها هي "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter.com Optimized for Chrome
قم بتنزيل ملفات الامتداد Twitter.com Optimized for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Notice slow scrolling and bad performance while using Twitter.com? Yea, me too...and it got to a point where I just wanted to fix it... ...download this Extension for better performance!
معلومات أساسية عن التمديد
الاسم | Twitter.com Optimized for Chrome |
ID | pcjdkchmolbfddhnadplafncfeccjehi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi |
الوصف | Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater |
حجم الملف | 7.89 KB |
عدد التثبيتات | 757 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-09-05 |
تاريخ النشر | 2013-09-05 |
تقييم | 4.83/5 مجموع تقييمات 12 |
المطور | ReyHaynes |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/ReyHaynes |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter.com Optimized for Chrome", "version": "1.0", "manifest_version": 2, "description": "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "page_action": { "default_icon": "icon-128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "please-optimize.js" ], "run_at": "document_end" } ] } |