Unlimited Waterloo Works
An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.
O que é Unlimited Waterloo Works?
Unlimited Waterloo Works é uma extensão do Chrome desenvolvida por Disruptive Innovation by Simon Tang, e sua principal característica é "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unlimited Waterloo Works
Baixe arquivos de extensão Unlimited Waterloo Works no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Unlimited Waterloo Works |
ID | mgdhpnklfaddomncncglmmcdbbojhcdm |
URL Oficial | https://chromewebstore.google.com/detail/unlimited-waterloo-works/mgdhpnklfaddomncncglmmcdbbojhcdm |
Descrição | An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience. |
Tamanho do Arquivo | 144 KB |
Contagem de Instalações | 93 |
Versão Atual | 0.3.420 alpha |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Disruptive Innovation by Simon Tang |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Simon-Tang/Unlimited-Waterloo-Works |
URL da Página de Ajuda | https://www.reddit.com/user/simonsrealaccount |
Idiomas Suportados | 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" ] } |