WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tilly Tally

Tilly Tally

View on Chrome Web Store
View Tilly Tally Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

No more counting on your fingers – Automatically tallies your points on the Nine Letter Words website game
Type
Extension
Users
4 users
1
theceramicmage
View author page of theceramicmage
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 13, 2022
Version 0.3.0
Manifest version
3
Updated
Updated on September 13, 2022
lifestyle/fun
Extension Category
View on Chrome Web Store
View Tilly Tally Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top