Rocks Network CORS Fix
Fixes CORS related errors for when the API doesn't work
Rocks Network CORS Fix란 무엇입니까?
Rocks Network CORS Fix은(는) http://rocks.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes CORS related errors for when the API doesn't work"입니다.
확장 프로그램 스크린샷
Rocks Network CORS Fix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The official Kahoot! Rocks chrome extension to fix the dreaded loading bug once and for all! Get all the answers correct on any Kahoot!'s (even challenge mode). New secrecy features allow you to randomise answer delay and change the chance of a correct answer to avoid suspicion. Welcoming support server with moderators to help you with any issues that arise at https://rocks.network/discord. Bot games easily with the built-in Botter, allowing up to 255 bots to be added in seconds. Avoid detection with random bot names, leaving no way to link you back to the bots. Complete challenges with ease with the all new challenge mode feature, allowing huge challenges to be completed in seconds while gaining 99.9% of the maximum possible points. Warning: This extension does not replace the https://kahoot.rocks/ website, it just prevents the bug that causes infinite loading.
확장 프로그램 기본 정보
이름 | |
ID | cnfpafcflghhnmcdmomglkcofdgalljf |
공식 URL | https://chrome.google.com/webstore/detail/rocks-network-cors-fix/cnfpafcflghhnmcdmomglkcofdgalljf |
설명 | Fixes CORS related errors for when the API doesn't work |
파일 크기 | 8.78 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-06-12 |
출시 날짜 | 2021-02-12 |
평점 | 1.77/5 총 35 개의 평점 |
개발자 | http://rocks.network |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kahoot.rocks |
도움말 페이지 URL | https://rocks.network/discord |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "Fixes CORS related errors for when the API doesn't work", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9RSl00AkZCKj9hGCVRkXarl2c6GXieQRT94egiK7V3ysNwDkh2NbKBP\/LPOeQiq1J\/6APFevr5yBgsPSw4iaWEhsMZ+qxOd9T+oNq8w7Cz+M6C8A\/mLBa+2o82JrAxdB9TPbgC8Bv+uL2PcQoMk1lzzPSHlfpDx9V6uWieN1K31jsJu1ogNEv8F+YgZ6KUx\/ruytQ4ToFzS\/orAGfgJqicfYZaMWSXXAYAyiAl79OhGB8JBF3oSXv\/FXCxRzKCMCMXG6cxwwTTQM4UWRwtwSXcQMreIgpZlkC9OIQYtErfXQ0GXZmakiylzzD5nzSC1t\/2fSmkVg357okRfRWPk7QIDAQAB", "manifest_version": 2, "name": "Rocks Network CORS Fix", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "https:\/\/abstract.land\/api\/kahoot.it\/rest\/*", "https:\/\/abstract.land\/api\/kahoot.it\/reserve\/session\/*", "https:\/\/abstract.land\/api\/apis.kahoot.it\/profanities\/nickname\/*", "https:\/\/kahoot.it\/rest\/*", "https:\/\/kahoot.it\/reserve\/session\/*", "https:\/\/apis.kahoot.it\/profanities\/nickname\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |