Google Classroom Change User
Switch Google Classroom user automatically depending on who has access
What is Google Classroom Change User?
Google Classroom Change User is a Chrome extension developed by Daniel & Emrik, and its main feature is "Switch Google Classroom user automatically depending on who has access".
Extension Screenshots
Download Google Classroom Change User Extension CRX File
Download Google Classroom Change User 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
Changes between user 0 and user 1 automatically depending on who has access to that classroom. No more editing the URL from /u/0 to /u/1 Source code is available here: https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User
Extension Basic Information
Name | Google Classroom Change User |
ID | lfnkpgkecmhbaahideedmdblmbfghmog |
Official URL | https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog |
Description | Switch Google Classroom user automatically depending on who has access |
File Size | 19.87 KB |
Installation Count | 380 |
Current Version | 1.2.2 |
Last Updated | 2021-07-03 |
Publish Date | 2021-07-02 |
Developer | Daniel & Emrik |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User |
Privacy Policy Page URL | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "all_frames": false, "js": [ "js\/ChangeClassroom.user.js" ], "matches": [ "https:\/\/classroom.google.com\/*" ], "run_at": "document_idle" } ], "description": "Switch Google Classroom user automatically depending on who has access", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "Google Classroom Change User", "short_name": "Classroom Change User", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2", "web_accessible_resources": [ "js\/ChangeClassroom.user.js" ] } |