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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |