Pure Vote Rating
Automatic voting on ratings for projects or servers (gaming)
Co to jest Pure Vote Rating?
Pure Vote Rating to rozszerzenie Chrome opracowane przez TechoMan, a jego główną funkcją jest „Automatic voting on ratings for projects or servers (gaming)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pure Vote Rating
Pobierz pliki rozszerzeń Pure Vote Rating 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
Automatic voting on ratings for projects or servers (gaming) Automated voting on ratings like topcraft.ru, minecraftservers.org, top.gg, topg.org, minecraft-mp.com (and 100+ others). If you have any question or issues, please message us on Discord: https://discord.gg/borealis Source code: https://github.com/BartolomeoDR/Pure-Vote-Rating
Podstawowe informacje o rozszerzeniu
Nazwa | Pure Vote Rating |
ID | iegglfpbghadnedejiedbcaeagoigfeb |
Oficjalny URL | https://chromewebstore.google.com/detail/pure-vote-rating/iegglfpbghadnedejiedbcaeagoigfeb |
Opis | Automatic voting on ratings for projects or servers (gaming) |
Rozmiar pliku | 1.05 MB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-06-06 |
Data Publikacji | 2023-06-06 |
Deweloper | TechoMan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bartolomeodr.github.io/Pure-Vote-Rating/ |
Adres URL Strony Pomocy | https://github.com/BartolomeoDR/Pure-Vote-Rating/issues |
Adres URL Strony Polityki Prywatności | https://bartolomeodr.github.io/Pure-Vote-Rating/PRIVACY |
Obsługiwane Języki | de,en,ru,uk |
manifest.json | |
{ "short_name": "PVR", "author": "Serega007", "background": { "service_worker": "background.js" }, "description": "__MSG_appDesc__", "manifest_version": 3, "name": "__MSG_appName__", "options_ui": { "open_in_tab": true, "page": "options.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "notifications", "background", "webNavigation", "webRequest", "alarms", "unlimitedStorage", "scripting", "tabGroups", "idle", "pageCapture" ], "optional_permissions": [ "cookies" ], "host_permissions": [ "https:\/\/*.hcaptcha.com\/captcha\/*", "https:\/\/*.google.com\/recaptcha\/*", "https:\/\/*.recaptcha.net\/recaptcha\/*", "https:\/\/challenges.cloudflare.com\/*" ], "optional_host_permissions": [ " |