Iranian Lifetime Calculator
Price to Lifetime calculator for famous Iranian online markets.
Iranian Lifetime Calculator là gì?
Iranian Lifetime Calculator là một tiện ích mở rộng Chrome được phát triển bởi Mahmoud Eskandari, và tính năng chính của nó là "Price to Lifetime calculator for famous Iranian online markets.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Iranian Lifetime Calculator
Tải xuống các tệp mở rộng Iranian Lifetime Calculator 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
Iranian Lifetime Calculator تبدیل مبلغ کالا به ساعت بر حسب میزان حقوق تعیین شده از طرف کاربران در فروشگاه های مطرح در بازار اینترنتی ایران Calculate your lifetime to buy a product. Supported websites: www.digikala.com www.bamilo.com www.reyhoon.com emalls.ir torob.com snappfood.ir Digistyle.com Modiseh.com divar.ir shixon.com banimode.com ... Source Code: https://github.com/mahmoud-eskandari/iptt (انجمن غیر رسمی ضد مصرف گرایی :))
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Iranian Lifetime Calculator |
ID | phoehnanhimojcbebjldknajipijlmhd |
URL Chính Thức | https://chromewebstore.google.com/detail/iranian-lifetime-calculat/phoehnanhimojcbebjldknajipijlmhd |
Mô tả | Price to Lifetime calculator for famous Iranian online markets. |
Kích Thước Tệp | 266 KB |
Số Lần Cài Đặt | 334 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2019-04-16 |
Ngày Phát Hành | 2019-04-16 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Mahmoud Eskandari |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/mahmoud-eskandari/iptt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Iranian Lifetime Calculator", "version": "2.0.3", "description": "Price to Lifetime calculator for famous Iranian online markets.", "short_name": "Lifetime Calculator", "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": ".\/assets\/img\/time.png", "default_popup": "popup.html" }, "icons": { "16": ".\/assets\/img\/icons\/time_16.png", "24": ".\/assets\/img\/icons\/time_24.png", "32": ".\/assets\/img\/icons\/time_32.png", "64": ".\/assets\/img\/icons\/time_64.png", "128": ".\/assets\/img\/icons\/time_128.png", "256": ".\/assets\/img\/icons\/time_256.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.digikala.com\/*", "https:\/\/www.bamilo.com\/*", "https:\/\/www.reyhoon.com\/*", "https:\/\/emalls.ir\/*", "https:\/\/torob.com\/*", "https:\/\/www.modiseh.com\/*", "https:\/\/www.digistyle.com\/*", "https:\/\/www.banimode.com\/*", "https:\/\/www.shixon.com\/*", "https:\/\/bama.ir\/*", "https:\/\/divar.ir\/*", "https:\/\/snappfood.ir\/*" ], "js": [ ".\/assets\/script\/bundle.js", ".\/assets\/script\/append_view.js" ], "css": [ ".\/assets\/style\/tooltip.css" ] } ] } |