Slither.io Low Quality Mode
Restores low quality graphics mode that was previously available.
ما هو Slither.io Low Quality Mode؟
Slither.io Low Quality Mode هو إضافة Chrome تم تطويرها بواسطة AI-108، والميزة الرئيسية لها هي "Restores low quality graphics mode that was previously available.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slither.io Low Quality Mode
قم بتنزيل ملفات الامتداد Slither.io Low Quality Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Restores the low quality graphics mode that was previously available. In addition it has more performance improvements and can remember your choice, so when you restart the tab, you won't need to press on the quality mode picker again.
معلومات أساسية عن التمديد
الاسم | |
ID | baefbacdcefnajafanllmahkmpbeblml |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/slitherio-low-quality-mod/baefbacdcefnajafanllmahkmpbeblml |
الوصف | Restores low quality graphics mode that was previously available. |
حجم الملف | 82.09 KB |
عدد التثبيتات | 570 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-03-05 |
تاريخ النشر | 2019-03-05 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | AI-108 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.0.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/slither.io\/" ], "js": [ "scripts\/content.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "images\/highquality.png", "images\/lowquality.png", "scripts\/windowManipulation.js" ] } |