Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

Perfume prices là gì?

Perfume prices là một tiện ích mở rộng Chrome được phát triển bởi piotr, và tính năng chính của nó là "Display perfume prices on Fragrantica and Parfumo.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Perfume prices

Tải xuống các tệp mở rộng Perfume prices dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
URL Chính Thức https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
Mô tả Display perfume prices on Fragrantica and Parfumo.com
Kích Thước Tệp 291 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-04-03
Ngày Phát Hành 2022-11-09
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển piotr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}