Unlimited Waterloo Works
An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.
Unlimited Waterloo Works क्या है?
Unlimited Waterloo Works Disruptive Innovation by Simon Tang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unlimited Waterloo Works एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |