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": "Tilly Tally", "version": "0.3.0", "manifest_version": 3, "description": "No more counting on your fingers \u2013 Automatically tallies your points on the Nine Letter Words website game", "homepage_url": "https:\/\/github.com\/AbrasiveAlmond\/NineLetterWordPoints", "default_locale": "en", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "action": { "default_icon": "icons\/48x48.png", "default_title": "Tilly Tally", "default_popup": "src\/page_action\/page_action.html" }, "host_permissions": [ "https:\/\/nineletterword.tompaton.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/nineletterword.tompaton.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] }