Slither.io Low Quality Mode
Restores low quality graphics mode that was previously available.
Wat is Slither.io Low Quality Mode?
Slither.io Low Quality Mode is een Chrome-extensie ontwikkeld door AI-108, en de belangrijkste functie is "Restores low quality graphics mode that was previously available.".
Extensie Screenshots
Download het CRX-bestand van de extensie Slither.io Low Quality Mode
Download Slither.io Low Quality Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | baefbacdcefnajafanllmahkmpbeblml |
Officiële URL | https://chrome.google.com/webstore/detail/slitherio-low-quality-mod/baefbacdcefnajafanllmahkmpbeblml |
Beschrijving | Restores low quality graphics mode that was previously available. |
Bestandsgrootte | 82.09 KB |
Aantal Installaties | 570 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-03-05 |
Publicatiedatum | 2019-03-05 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | AI-108 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |