Pure Vote Rating
Automatic voting on ratings for projects or servers (gaming)
Was ist Pure Vote Rating?
Pure Vote Rating ist eine Chrome-Erweiterung, die von TechoMan entwickelt wurde, und ihr Hauptmerkmal ist "Automatic voting on ratings for projects or servers (gaming)".
Erweiterungsscreenshots
Pure Vote Rating-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pure Vote Rating-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Pure Vote Rating |
ID | iegglfpbghadnedejiedbcaeagoigfeb |
Offizielle URL | https://chromewebstore.google.com/detail/pure-vote-rating/iegglfpbghadnedejiedbcaeagoigfeb |
Beschreibung | Automatic voting on ratings for projects or servers (gaming) |
Dateigröße | 1.05 MB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-06-06 |
Veröffentlichungsdatum | 2023-06-06 |
Entwickler | TechoMan |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://bartolomeodr.github.io/Pure-Vote-Rating/ |
Hilfeseite URL | https://github.com/BartolomeoDR/Pure-Vote-Rating/issues |
URL der Datenschutzrichtlinien-Seite | https://bartolomeodr.github.io/Pure-Vote-Rating/PRIVACY |
Unterstützte Sprachen | 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": [ " |