Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Co to jest Surviv.io Pointer?
Surviv.io Pointer to rozszerzenie Chrome opracowane przez devchris314159, a jego główną funkcją jest „Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Surviv.io Pointer
Pobierz pliki rozszerzeń Surviv.io Pointer 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
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
Oficjalny URL | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Opis | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Rozmiar pliku | 66.34 KB |
Liczba instalacji | 760 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2018-09-03 |
Data Publikacji | 2018-09-03 |
Ocena | 3.64/5 Łącznie 22 Oceny |
Deweloper | devchris314159 |
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": "Surviv.io Pointer", "version": "0.4", "browser_action": { "default_icon": "radioactive.png" }, "content_scripts": [ { "matches": [ "*:\/\/surviv.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/2dbattleroyale.com\/*", "*:\/\/2dbattleroyale.com\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] } } |