Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typing Statistics | Auto Typer", "version": "3.4.8", "manifest_version": 3, "description": "Typing Statistics: Tracks WPM and other statistics | Bundled with auto typers", "author": "Marsss' Dev Team", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/scripts\/contentScript.js" ] }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "\/scripts\/ExtPay.js" ], "run_at": "document_start" } ], "background": { "service_worker": "\/scripts\/background.js" }, "action": { "default_popup": "\/popup\/popup.html" }, "permissions": [ "scripting", "activeTab", "storage" ], "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-64.png", "128": "assets\/icon-128.png" } }