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, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "name": "PTE Sub-skill by APEUni", "description": "Install the extension and open your PTE score report webpage to instantly view all sub-scores!", "version": "1.0.1.0", "version_name": "1.0.1", "action": { "default_popup": "index.html" }, "permissions": [ "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "host_permissions": [ "https:\/\/www.google-analytics.com\/" ], "content_scripts": [ { "js": [ "assets\/content.tsx-loader-DILgmgw1.js" ], "matches": [ "https:\/\/mypte.pearsonpte.com\/*" ], "run_at": "document_start", "all_frames": true, "css": [ "assets\/content-BJv7Eks_.css" ] }, { "js": [ "assets\/storage.ts-loader-CQxFJZLU.js" ], "matches": [ "https:\/\/*.ptexj.com\/pte\/*", "https:\/\/*.apeuni.com\/pte\/*" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "https:\/\/mypte.pearsonpte.com\/*" ], "resources": [ "injected.js", "images\/*.png", "images\/*.svg", "assets\/index-RsUNCmNv.js", "assets\/content.tsx-BCS_JW3x.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.apeuni.com\/*", "https:\/\/*.ptexj.com\/*" ], "resources": [ "assets\/storage.ts-BFVkeG41.js" ], "use_dynamic_url": false } ] }