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
官方網址 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"
}