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": "QU Planner", "version": "1.3.3", "description": "\u0623\u062f\u0627\u0629 \u062a\u0633\u0627\u0639\u062f \u0627\u0644\u0637\u0644\u0628\u0629 \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0642\u0631\u0631\u0627\u062a", "content_scripts": [ { "matches": [ "https:\/\/stu-gate.qu.edu.sa\/qu\/ui\/student\/*", "https:\/\/stu-gate.qu.edu.sa\/qu\/ui\/guest\/*" ], "js": [ "quplanner.js" ], "run_at": "document_idle" } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "102.0" } } }