Auto Vote Rating

Automatic voting on ratings for projects or servers (gaming)

Auto Vote Ratingとは何ですか?

Auto Vote RatingはSerega007によって開発されたChromeの拡張機能で、その主な機能は「Automatic voting on ratings for projects or servers (gaming)」です。

拡張機能のスクリーンショット

screenshot
screenshot

Auto Vote Rating拡張機能のCRXファイルをダウンロード

Auto Vote Rating拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatic voting on ratings such as topcraft.ru, minecraftservers.org, top.gg, topg.org, minecraft-mp.com (and 100 more ratings) for game projects or servers
If you have any questions or concerns, feel free to contact us at discord: https://discord.gg/GyvMtbU
Source code: https://github.com/Serega007RU/Auto-Vote-Rating                    

拡張機能の基本情報

名前 Auto Vote Rating Auto Vote Rating
ID mdfmiljoheedihbcfiifopgmlcincadd
公式URL https://chromewebstore.google.com/detail/auto-vote-rating/mdfmiljoheedihbcfiifopgmlcincadd
説明 Automatic voting on ratings for projects or servers (gaming)
ファイルサイズ 1.07 MB
インストール数 11,996
現在のバージョン 7.2.2
最終更新日 2023-12-12
公開日 2020-06-28
評価 4.65/5 合計 86 レビュー
開発者 Serega007
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Serega007RU/Auto-Vote-Rating
ヘルプページのURL https://github.com/Serega007RU/Auto-Vote-Rating/issues/new
プライバシーポリシーページのURL https://github.com/Serega007RU/Auto-Vote-Rating/blob/dev/PRIVACY.md
対応言語 de,en,ru,uk
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlVWvJq5iqtShA8l+gsv52P1PZyWFZ4sS++yguLUl01MwUjpI2swMSi8LukdUMJeeqBdUvXHvtKA1WTeGH2R+LUX4+UXTM2vSqm1qMboGb1A6dbLCYVEStZhl5WiTP9Vocc4vauTWKRN8mPn00TxFym9EoVcdOtSdem4npnyE\/CZUW5dfZr3dPqDhrbEPQgrmp0Fr+jcdW8XNhzVXHyXH6lVD5TkuR5rZhkKatw\/WrQ2lHn+jU\/exZu\/J2InTTSdm+jyZ16Z1rt\/7rD3nmOrN+aju\/NI1+i9ehY3Gio4tk9zmL3HTFiRWOxFYVRVcytECBiEcPRDe2CIY7gNfVn4DDQIDAQAB",
    "short_name": "AVR",
    "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\/*",
                "https:\/\/votify.mrspeedy.tk\/*",
                "https:\/\/*.cubixworld.net\/*",
                "https:\/\/*.hylexmc.net\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.2.2",
    "minimum_chrome_version": "105.0",
    "default_locale": "en"
}