Ignore Webadvisor Cookie Limits

Bypasses Webadvisors cookie limit

Ignore Webadvisor Cookie Limits란 무엇입니까?

Ignore Webadvisor Cookie Limits은(는) https://damiansf.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bypasses Webadvisors cookie limit"입니다.

확장 프로그램 스크린샷

screenshot

Ignore Webadvisor Cookie Limits 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}