Poundsqueeze

Price Extention

什么是Poundsqueeze?

Poundsqueeze是由https://poundsqueeze.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Price Extention”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Poundsqueeze扩展crx文件

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

扩展使用说明

                        Poundsqueeze is an AI powered extension that helps shoppers save money by doing rapid price comparison discovery on multiple websites providing users with the best possible prices ranked in order of cheapest to most expensive. Utilising advanced machine learning, Poundsqueeze will is one of the most effective and advanced ways for users to save considerable sums of money shopping online at considerable speed by providing up to 20 results in less than 20 seconds.                    

扩展基本信息

名称 Poundsqueeze Poundsqueeze
ID ifbklbcndmmpkgioomcbcaoeeipfkfcb
官方URL https://chromewebstore.google.com/detail/poundsqueeze/ifbklbcndmmpkgioomcbcaoeeipfkfcb
简介 Price Extention
文件大小 311 KB
安装次数 33
当前版本 3.4.10
更新时间 2024-02-28
上架时间 2023-10-02
评分 5.00/5 共2次评分
开发者 https://poundsqueeze.co.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://poundsqueeze.co.uk/
帮助页面URL https://poundsqueeze.co.uk/
隐私政策页面URL https://poundsqueeze.co.uk/privacy-policy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poundsqueeze",
    "version": "3.4.10",
    "description": "Price Extention",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/poundsqueeze.co.uk\/*",
        "http:\/\/13.50.254.152:5000\/*",
        "https:\/\/proxy.scrapeops.io\/*",
        "https:\/\/api.poundsqueeze.co.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/poundsqueeze.co.uk\/*",
                "http:\/\/13.50.254.152:5000\/*",
                "https:\/\/proxy.scrapeops.io\/*",
                "https:\/\/api.poundsqueeze.co.uk\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}