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
Eメール [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"
            ]
        }
    ]
}