Unlimited Waterloo Works

An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.

Unlimited Waterloo Worksคืออะไร?

Unlimited Waterloo Works เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Disruptive Innovation by Simon Tang และคุณลักษณะหลักของมันคือ "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unlimited Waterloo Works

ดาวน์โหลดไฟล์ส่วนขยาย Unlimited Waterloo Works ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Unlimited Waterloo Works is a 3rd party Chrome extension that unlimits your WaterlooWorks experience.

The scope of this extension is to only make cosmetic changes, and not interfere with the underlying functionality. However, since this extension is in beta, consider disabling the extension when you want to be absolutely sure that nothing can go wrong.

With that said, the author hopes that you enjoy this extension and get lots of offers! Please leave some suggestions!

This extension has no affiliation with WaterlooWorks, its developers, or the University of Waterloo.

If you want to submit original poetry, PM me at /u/simonsrealaccount.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unlimited Waterloo Works Unlimited Waterloo Works
ID mgdhpnklfaddomncncglmmcdbbojhcdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unlimited-waterloo-works/mgdhpnklfaddomncncglmmcdbbojhcdm
คำอธิบาย An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.3.420 alpha
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Disruptive Innovation by Simon Tang
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Simon-Tang/Unlimited-Waterloo-Works
URL หน้าช่วยเหลือ https://www.reddit.com/user/simonsrealaccount
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unlimited Waterloo Works",
    "version": "0.4.420",
    "author": "Disruptive Innovation",
    "version_name": "0.3.420 alpha",
    "description": "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/oninstalled.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/lodash.js",
                "js\/unlimitedwaterlooworks.js"
            ]
        },
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/home.htm"
            ],
            "css": [],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/lodash.js",
                "js\/homepage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/unlimitedwaterlooworks.css"
    ]
}