Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

Was ist Perfume prices?

Perfume prices ist eine Chrome-Erweiterung, die von piotr entwickelt wurde, und ihr Hauptmerkmal ist "Display perfume prices on Fragrantica and Parfumo.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Perfume prices-Erweiterungs-CRX-Datei herunterladen

Laden Sie Perfume prices-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
Offizielle URL https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
Beschreibung Display perfume prices on Fragrantica and Parfumo.com
Dateigröße 291 KB
Installationsanzahl 44
Aktuelle Version 1.1.1
Letztes Update 2023-04-03
Veröffentlichungsdatum 2022-11-09
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler piotr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}