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文件

下載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
官方網址 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"
    }
}