Pure Vote Rating
Automatic voting on ratings for projects or servers (gaming)
Что такое Pure Vote Rating?
Pure Vote Rating - это расширение Chrome, разработанное TechoMan, и его основная функция - "Automatic voting on ratings for projects or servers (gaming)".
Снимки экрана расширения
Скачать файл CRX расширения Pure Vote Rating
Скачайте файлы расширений Pure Vote Rating в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Pure Vote Rating |
ID | iegglfpbghadnedejiedbcaeagoigfeb |
Официальный URL | https://chromewebstore.google.com/detail/pure-vote-rating/iegglfpbghadnedejiedbcaeagoigfeb |
Описание | Automatic voting on ratings for projects or servers (gaming) |
Размер файла | 1.05 MB |
Количество установок | 20 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-06-06 |
Дата публикации | 2023-06-06 |
Разработчик | TechoMan |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://bartolomeodr.github.io/Pure-Vote-Rating/ |
URL страницы помощи | https://github.com/BartolomeoDR/Pure-Vote-Rating/issues |
URL страницы политики конфиденциальности | https://bartolomeodr.github.io/Pure-Vote-Rating/PRIVACY |
Поддерживаемые языки | 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": [ " |