Unlimited Waterloo Works
An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.
What is Unlimited Waterloo Works?
Unlimited Waterloo Works is a Chrome extension developed by Disruptive Innovation by Simon Tang, and its main feature is "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.".
Extension Screenshots
Download Unlimited Waterloo Works Extension CRX File
Download Unlimited Waterloo Works extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Unlimited Waterloo Works |
ID | mgdhpnklfaddomncncglmmcdbbojhcdm |
Official URL | https://chromewebstore.google.com/detail/unlimited-waterloo-works/mgdhpnklfaddomncncglmmcdbbojhcdm |
Description | An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience. |
File Size | 144 KB |
Installation Count | 93 |
Current Version | 0.3.420 alpha |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Disruptive Innovation by Simon Tang |
Payment Type | free |
Extension Website | https://github.com/Simon-Tang/Unlimited-Waterloo-Works |
Help Page URL | https://www.reddit.com/user/simonsrealaccount |
Supported Languages | 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" ] } |