Pure Vote Rating

Automatic voting on ratings for projects or servers (gaming)

Pure Vote Rating क्या है?

Pure Vote Rating TechoMan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic voting on ratings for projects or servers (gaming)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pure Vote Rating एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
        ""
    ],
    "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"
}