Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

Vad är Perfume prices?

Perfume prices är en Chrome-tillägg utvecklad av piotr, och dess huvudfunktion är "Display perfume prices on Fragrantica and Parfumo.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Perfume prices-förlängningens CRX-fil

Ladda ner Perfume prices-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
Officiell webbadress https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
Beskrivning Display perfume prices on Fragrantica and Parfumo.com
Filstorlek 291 KB
Antal Installationer 44
Aktuell Version 1.1.1
Senast Uppdaterad 2023-04-03
Publiceringsdatum 2022-11-09
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare piotr
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}