Unlimited Waterloo Works

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

Qu'est-ce que Unlimited Waterloo Works ?

Unlimited Waterloo Works est une extension Chrome développée par Disruptive Innovation by Simon Tang, et sa fonction principale est "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unlimited Waterloo Works

Téléchargez les fichiers d'extension Unlimited Waterloo Works au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unlimited Waterloo Works Unlimited Waterloo Works
ID mgdhpnklfaddomncncglmmcdbbojhcdm
URL Officiel https://chromewebstore.google.com/detail/unlimited-waterloo-works/mgdhpnklfaddomncncglmmcdbbojhcdm
Description An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.
Taille du Fichier 144 KB
Nombre d'Installations 93
Version Actuelle 0.3.420 alpha
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur Disruptive Innovation by Simon Tang
Type de Paiement free
Site Web de l'Extension https://github.com/Simon-Tang/Unlimited-Waterloo-Works
URL de la Page d'Aide https://www.reddit.com/user/simonsrealaccount
Langues Prises en Charge 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"
    ]
}