Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

什么是Perfume prices?

Perfume prices是由piotr开发的Chrome扩展程序,该扩展的主要功能是“Display perfume prices on Fragrantica and Parfumo.com”。

扩展截图

screenshot
screenshot
screenshot

下载Perfume prices扩展crx文件

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

扩展使用说明

                        Dodaje na stronie Fragrantica ceny perfum pobrane z perfumehub.pl.
Wyświetlane są wszystkie warianty wraz z cenami oraz informacją o zmianie cen.                    

扩展基本信息

名称 Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
官方URL https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
简介 Display perfume prices on Fragrantica and Parfumo.com
文件大小 291 KB
安装次数 44
当前版本 1.1.1
更新时间 2023-04-03
上架时间 2022-11-09
评分 4.00/5 共1次评分
开发者 piotr
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "1.1.1",
    "description": "__MSG_ext_description__",
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/www.fragrantica.pl\/perfumy\/*",
                "https:\/\/www.fragrantica.com\/perfume\/*",
                "https:\/\/www.parfumo.com\/Perfumes\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png",
            "256": "images\/icon.png"
        }
    },
    "host_permissions": [
        "https:\/\/extension.isedo.pl\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*.json",
                "*.css"
            ],
            "matches": [
                "https:\/\/www.fragrantica.pl\/*",
                "https:\/\/www.fragrantica.com\/*",
                "https:\/\/www.parfumo.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/www.fragrantica.pl\/*",
                "https:\/\/www.fragrantica.com\/*",
                "https:\/\/www.parfumo.com\/*",
                "https:\/\/extension.isedo.pl\/*"
            ]
        }
    ],
    "default_locale": "pl"
}