Slither Pro
slither.io mod for precise mouse control. Kill like a boss!
Co to jest Slither Pro?
Slither Pro to rozszerzenie Chrome opracowane przez Slither At Night, a jego główną funkcją jest „slither.io mod for precise mouse control. Kill like a boss!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slither Pro
Pobierz pliki rozszerzeń Slither Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Slither PRO gives you fine mouse control to kill like a boss
Features:
◘ Extra sensitivity enables high precision moves.
◘ Accelerates your snake when it notices a sudden mouse move.
◘ Cursor always returns to neutral after each move.
◘ Prevents accidentally losing focus by keeping the cursor inside the playing field. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fjffcfmgjapbeojnbalgnhlmglnpdlfl |
| Oficjalny URL | https://chromewebstore.google.com/detail/slither-pro/fjffcfmgjapbeojnbalgnhlmglnpdlfl |
| Opis | slither.io mod for precise mouse control. Kill like a boss! |
| Rozmiar pliku | 34.41 KB |
| Liczba instalacji | 3,232 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2016-05-02 |
| Data Publikacji | 2016-05-01 |
| Ocena | 2.33/5 Łącznie 48 Oceny |
| Deweloper | Slither At Night |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Slither Pro",
"description": "slither.io mod for precise mouse control. Kill like a boss!",
"version": "0.2",
"icons": {
"128": "slither-pro-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/slither.io\/*"
],
"js": [
"script.min.js"
]
}
]
} | |