Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

What is Perfume prices?

Perfume prices is a Chrome extension developed by piotr, and its main feature is "Display perfume prices on Fragrantica and Parfumo.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Perfume prices Extension CRX File

Download Perfume prices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
Official URL https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
Description Display perfume prices on Fragrantica and Parfumo.com
File Size 291 KB
Installation Count 44
Current Version 1.1.1
Last Updated 2023-04-03
Publish Date 2022-11-09
Rating 4.00/5 Total 1 Ratings
Developer piotr
Email [email protected]
Payment Type free
Supported Languages 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"
}