Ignore Webadvisor Cookie Limits

Bypasses Webadvisors cookie limit

Τι είναι το Ignore Webadvisor Cookie Limits;

Το Ignore Webadvisor Cookie Limits είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://damiansf.dev, και η κύρια λειτουργία του είναι "Bypasses Webadvisors cookie limit".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Ignore Webadvisor Cookie Limits

Λήψη αρχείων επέκτασης Ignore Webadvisor Cookie Limits σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This small chrome extension allows you to no longer get the "Cookie Limit Reached" error message on the University of Guelph's Webadvisor site.



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
November 12th 2019, Please note, there is a new "feature" of Webadvisor (possibly due to this extension existing) where if you use the website an abnormal amount with this extension (you will probably never run into this) an error will be thrown. If you run into an error and can't seem to get past it please follow the below instructions:

1. Open the chrome menu (in the upper right hand corner of the browser)
2. Click on settings
3. Click on advanced
4. Click on Privacy and Security
5. Click Site Settings
6. Click Cookies and site data
7. Click See all cookies and site data
8. In the search bar type webadvisor
9. Click the trash can icon

Feel free to contact me on my website if you have any questions!                    

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

Όνομα Ignore Webadvisor Cookie Limits Ignore Webadvisor Cookie Limits
ID homcfondbbpefkaahogpdlhpnedngpdc
Επίσημο URL https://chromewebstore.google.com/detail/ignore-webadvisor-cookie/homcfondbbpefkaahogpdlhpnedngpdc
Περιγραφή Bypasses Webadvisors cookie limit
Μέγεθος Αρχείου 7.93 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2021-12-04
Ημερομηνία Δημοσίευσης 2019-11-12
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://damiansf.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Damian Sandhu-Franceschi",
    "name": "Ignore Webadvisor Cookie Limits",
    "description": "Bypasses Webadvisors cookie limit",
    "version": "0.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "changeToken.js"
            ],
            "matches": [
                "https:\/\/webadvisor.uoguelph.ca\/*NULL*"
            ]
        },
        {
            "js": [
                "changeLinks.js"
            ],
            "matches": [
                "https:\/\/webadvisor.uoguelph.ca\/*"
            ]
        }
    ],
    "icons": {
        "16": "appIcon.jpg",
        "128": "appIcon.jpg"
    }
}