Tjommi

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

What is Tjommi?

Tjommi is a Chrome extension developed by https://tjommi.app, and its main feature is "Tjommi helps you find the best price on products you are about to buy.".

Extension Screenshots

screenshot

Download Tjommi Extension CRX File

Download Tjommi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        See alternative prices on products you are looking at.                    

Extension Basic Information

Name Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
Official URL https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Description Tjommi helps you find the best price on products you are about to buy.
File Size 2.71 MB
Installation Count 207
Current Version 2.1.0
Last Updated 2023-04-30
Publish Date 2022-02-18
Rating 5.00/5 Total 2 Ratings
Developer https://tjommi.app
Email [email protected]
Payment Type free
Extension Website https://tjommi.app
Help Page URL https://web.tjommi.app/faq
Privacy Policy Page URL https://web.tjommi.app/privacy
Supported Languages 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"
    }
}