Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

O que é Perfume prices?

Perfume prices é uma extensão do Chrome desenvolvida por piotr, e sua principal característica é "Display perfume prices on Fragrantica and Parfumo.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Perfume prices

Baixe arquivos de extensão Perfume prices no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
URL Oficial https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
Descrição Display perfume prices on Fragrantica and Parfumo.com
Tamanho do Arquivo 291 KB
Contagem de Instalações 44
Versão Atual 1.1.1
Última Atualização 2023-04-03
Data de Publicação 2022-11-09
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor piotr
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}