Rocks Network CORS Fix

Fixes CORS related errors for when the API doesn't work

Τι είναι το Rocks Network CORS Fix;

Το Rocks Network CORS Fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://rocks.network, και η κύρια λειτουργία του είναι "Fixes CORS related errors for when the API doesn't work".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rocks Network CORS Fix

Λήψη αρχείων επέκτασης Rocks Network CORS Fix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rocks Network CORS Fix Rocks Network CORS Fix
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"
}