Pure Vote Rating

Automatic voting on ratings for projects or servers (gaming)

Pure Vote Rating là gì?

Pure Vote Rating là một tiện ích mở rộng Chrome được phát triển bởi TechoMan, và tính năng chính của nó là "Automatic voting on ratings for projects or servers (gaming)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pure Vote Rating

Tải xuống các tệp mở rộng Pure Vote Rating dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pure Vote Rating Pure Vote Rating
ID iegglfpbghadnedejiedbcaeagoigfeb
URL Chính Thức https://chromewebstore.google.com/detail/pure-vote-rating/iegglfpbghadnedejiedbcaeagoigfeb
Mô tả Automatic voting on ratings for projects or servers (gaming)
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2023-06-06
Nhà Phát Triển TechoMan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bartolomeodr.github.io/Pure-Vote-Rating/
URL Trang Trợ Giúp https://github.com/BartolomeoDR/Pure-Vote-Rating/issues
URL Trang Chính Sách Bảo Mật https://bartolomeodr.github.io/Pure-Vote-Rating/PRIVACY
Ngôn Ngữ Được Hỗ Trợ 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"
}