Tjommi

Tjommi helps you find the best price on products you are about to buy.

Wat is Tjommi?

Tjommi is een Chrome-extensie ontwikkeld door https://tjommi.app, en de belangrijkste functie is "Tjommi helps you find the best price on products you are about to buy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tjommi

Download Tjommi-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

                        See alternative prices on products you are looking at.                    

Basisinformatie over de Extensie

Naam Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
Officiële URL https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Beschrijving Tjommi helps you find the best price on products you are about to buy.
Bestandsgrootte 2.71 MB
Aantal Installaties 207
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-04-30
Publicatiedatum 2022-02-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://tjommi.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tjommi.app
Help Pagina-URL https://web.tjommi.app/faq
URL van de Privacybeleid Pagina https://web.tjommi.app/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tjommi",
    "description": "Tjommi helps you find the best price on products you are about to buy.",
    "version": "2.1.0",
    "minimum_chrome_version": "107",
    "action": {
        "default_title": "Tjommi"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "background",
        "webNavigation",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}