Pure Vote Rating

Automatic voting on ratings for projects or servers (gaming)

Qu'est-ce que Pure Vote Rating ?

Pure Vote Rating est une extension Chrome développée par TechoMan, et sa fonction principale est "Automatic voting on ratings for projects or servers (gaming)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pure Vote Rating

Téléchargez les fichiers d'extension Pure Vote Rating au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pure Vote Rating Pure Vote Rating
ID iegglfpbghadnedejiedbcaeagoigfeb
URL Officiel https://chromewebstore.google.com/detail/pure-vote-rating/iegglfpbghadnedejiedbcaeagoigfeb
Description Automatic voting on ratings for projects or servers (gaming)
Taille du Fichier 1.05 MB
Nombre d'Installations 20
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-06-06
Date de Publication 2023-06-06
Développeur TechoMan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bartolomeodr.github.io/Pure-Vote-Rating/
URL de la Page d'Aide https://github.com/BartolomeoDR/Pure-Vote-Rating/issues
URL de la Page de Politique de Confidentialité https://bartolomeodr.github.io/Pure-Vote-Rating/PRIVACY
Langues Prises en Charge 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": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "https:\/\/*.dogecraft.net\/*",
                "https:\/\/*.mythicalworld.su\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "minimum_chrome_version": "105.0",
    "default_locale": "en"
}