Perfume prices
Display perfume prices on Fragrantica and Parfumo.com
Perfume prices क्या है?
Perfume prices piotr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display perfume prices on Fragrantica and Parfumo.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Perfume prices एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dodaje na stronie Fragrantica ceny perfum pobrane z perfumehub.pl. Wyświetlane są wszystkie warianty wraz z cenami oraz informacją o zmianie cen.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |