Perfume prices

Display perfume prices on Fragrantica and Parfumo.com

Perfume pricesคืออะไร?

Perfume prices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย piotr และคุณลักษณะหลักของมันคือ "Display perfume prices on Fragrantica and Parfumo.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Perfume prices

ดาวน์โหลดไฟล์ส่วนขยาย Perfume prices ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Perfume prices Perfume prices
ID doogfiddknakmlelpkdogjahcoppdpkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/perfume-prices/doogfiddknakmlelpkdogjahcoppdpkp
คำอธิบาย Display perfume prices on Fragrantica and Parfumo.com
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2022-11-09
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา piotr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}