Perfume prices
Display perfume prices on Fragrantica and Parfumo.com
Τι είναι το Perfume prices;
Το Perfume prices είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον piotr, και η κύρια λειτουργία του είναι "Display perfume prices on Fragrantica and Parfumo.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } |