Pure Vote Rating

Automatic voting on ratings for projects or servers (gaming)

什麼是Pure Vote Rating?

Pure Vote Rating是由TechoMan開發的Chrome擴展程式,該擴展的主要功能是“Automatic voting on ratings for projects or servers (gaming)”。

擴展截圖

screenshot

下載Pure Vote Rating擴展crx文件

下載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 Pure Vote Rating
ID iegglfpbghadnedejiedbcaeagoigfeb
官方網址 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"
}