Tjommi

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

什么是Tjommi?

Tjommi是由https://tjommi.app开发的Chrome扩展程序,该扩展的主要功能是“Tjommi helps you find the best price on products you are about to buy.”。

扩展截图

screenshot

下载Tjommi扩展crx文件

下载Tjommi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        See alternative prices on products you are looking at.                    

扩展基本信息

名称 Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
官方URL https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
简介 Tjommi helps you find the best price on products you are about to buy.
文件大小 2.71 MB
安装次数 207
当前版本 2.1.0
更新时间 2023-04-30
上架时间 2022-02-18
评分 5.00/5 共2次评分
开发者 https://tjommi.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tjommi.app
帮助页面URL https://web.tjommi.app/faq
隐私政策页面URL https://web.tjommi.app/privacy
支持的语言 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"
    }
}