Tommy

Tommy Nook occasionally chimes in.

Wat is Tommy?

Tommy is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Tommy Nook occasionally chimes in.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tommy

Download Tommy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will occasionally insert small text repeating the last word of a paragraph, just like when talking to Timmy and Tommy from Animal Crossing.

It specifically looks for 

elements, so will not function on any site that does not use those.

Basisinformatie over de Extensie

Naam Tommy Tommy
ID higclgihaoclpabfngjkpihkkdfbgihh
Officiële URL https://chromewebstore.google.com/detail/tommy/higclgihaoclpabfngjkpihkkdfbgihh
Beschrijving Tommy Nook occasionally chimes in.
Bestandsgrootte 22.33 KB
Aantal Installaties 1,870
Huidige Versie 1.0
Laatst Bijgewerkt 2020-04-28
Publicatiedatum 2020-04-26
Beoordeling 4.29/5 Totaal 17 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Help Pagina-URL https://github.com/csklimowski/tommy-extension
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tommy",
    "version": "1.0",
    "description": "Tommy Nook occasionally chimes in.",
    "icons": {
        "16": "icons\/tommy-16.png",
        "48": "icons\/tommy-48.png",
        "128": "icons\/tommy-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tommy.js"
            ],
            "run_at": "document_idle"
        }
    ]
}