Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ClassroomGo Student \u5ee3\u64ad\u7cfb\u7d71(\u5b78\u751f) By GTrainers.org", "version": "9.10.64", "minimum_chrome_version": "88", "homepage_url": "https:\/\/classroomgo.org\/", "background": { "service_worker": "background.js", "type": "module" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.gtrainers.org\/*" ], "accepts_tls_channel_id": false }, "content_scripts": [ { "matches": [ "<all_urls>", "file:\/\/*join-pin.html*" ], "js": [ "content_script.js" ] } ], "action": { "default_icon": "images\/desktopCapture22.png", "default_title": "ClassroomGo" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "file:\/\/*\/", "desktopCapture", "storage", "tabs", "activeTab", "identity", "identity.email", "notifications", "unlimitedStorage", "contextMenus", "scripting", "enterprise.deviceAttributes", "*:\/\/*\/*", "contextMenus", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "webRequest", "power" ], "host_permissions": [ "<all_urls>" ], "oauth2": { "client_id": "46754737546-jgsgi972j22bk9k8p9jvmrbin51mgf8f.apps.googleusercontent.com", "scopes": [ "profile", "email" ] }, "web_accessible_resources": [ { "resources": [ "\/jquery.js", "\/recording\/rec.js", "\/images\/recording\/bg.png", "\/images\/recording\/btn_bg.png", "\/images\/recording\/download.png", "\/images\/recording\/drive.png", "\/images\/recording\/pause.png", "\/images\/recording\/record.png", "\/images\/recording\/sound.png", "\/images\/recording\/stop.png", "\/images\/recording\/continue.png", "\/images\/recording\/delete.png" ], "matches": [ "<all_urls>" ] } ] }