N-bot - Google Meet Online class Attender
By Nithin S
What is N-bot - Google Meet Online class Attender?
N-bot - Google Meet Online class Attender is a Chrome extension developed by https://nithins.me, and its main feature is "By Nithin S".
Extension Screenshots
Download N-bot - Google Meet Online class Attender Extension CRX File
Download N-bot - Google Meet Online class Attender 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
A bot to attend your Google Meet meetings/classes Instructions : 1. Enter the meeting link 2. Enter the length of the class in minutes 3. Enter the time in 24 hour format 4. Open https://meet.google.com and keep it open. 5. Automatically joins the meeting on the given link, provided that the meeting has started and there is atleast one or more attendees in the meeting 6. Refresh Google Meet page after updating the timetable 7. Please make sure you are using English Version of Google Meet - Online class Bot for Google Meet - Online Class attendance Bot - Online Class attending bot Need a bot for Microsoft Teams ? - Refer here https://link.nithins.me/bot Purchase N-bot Pro at https://nbot.live
Extension Basic Information
Name | N-bot - Google Meet Online class Attender |
ID | cpcenjbkciljcgglpgcmghcphjcbkffg |
Official URL | https://chromewebstore.google.com/detail/n-bot-google-meet-online/cpcenjbkciljcgglpgcmghcphjcbkffg |
Description | By Nithin S |
File Size | 410 KB |
Installation Count | 7,884 |
Current Version | 2.3.0 |
Last Updated | 2022-05-27 |
Publish Date | 2020-10-09 |
Rating | 4.10/5 Total 31 Ratings |
Developer | https://nithins.me |
[email protected] | |
Payment Type | in_app |
Extension Website | https://nithins.me |
Help Page URL | https://nithins.me |
Privacy Policy Page URL | https://nithins.me/nbot/privacyPolicy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "N-bot - Google Meet Online class Attender", "version": "2.3.0", "description": "By Nithin S", "icons": { "128": "icon\/icon.png" }, "action": { "default_icon": "icon\/icon.png", "default_title": "N-bot - Google Meet Online class Attender", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "css\/nbot.css" ], "js": [ "WebRTC\/videomain.js", "WebRTC\/recordrtc.js", "WebRTC\/adapter.js", "WebRTC\/video.js", "WebRTC\/ts.js", "WebRTC\/jquery.js", "js\/contentscriptMeet.js" ] } ], "permissions": [ "storage", "cookies" ], "host_permissions": [ "https:\/\/nbot.live\/" ], "background": { "service_worker": "js\/background.js" } } |