Tjommi

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

Was ist Tjommi?

Tjommi ist eine Chrome-Erweiterung, die von https://tjommi.app entwickelt wurde, und ihr Hauptmerkmal ist "Tjommi helps you find the best price on products you are about to buy.".

Erweiterungsscreenshots

screenshot

Tjommi-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tjommi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        See alternative prices on products you are looking at.                    

Grundlegende Informationen zur Erweiterung

Name Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
Offizielle URL https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Beschreibung Tjommi helps you find the best price on products you are about to buy.
Dateigröße 2.71 MB
Installationsanzahl 207
Aktuelle Version 2.1.0
Letztes Update 2023-04-30
Veröffentlichungsdatum 2022-02-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://tjommi.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tjommi.app
Hilfeseite URL https://web.tjommi.app/faq
URL der Datenschutzrichtlinien-Seite https://web.tjommi.app/privacy
Unterstützte Sprachen 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"
    }
}