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)"입니다.
확장 프로그램 스크린샷
Pure Vote Rating 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |