Perfume prices
Display perfume prices on Fragrantica and Parfumo.com
Perfume pricesとは何ですか?
Perfume pricesはpiotrによって開発されたChromeの拡張機能で、その主な機能は「Display perfume prices on Fragrantica and Parfumo.com」です。
拡張機能のスクリーンショット
Perfume prices拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |