Iranian Lifetime Calculator
Price to Lifetime calculator for famous Iranian online markets.
Iranian Lifetime Calculator क्या है?
Iranian Lifetime Calculator Mahmoud Eskandari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Price to Lifetime calculator for famous Iranian online markets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Iranian Lifetime Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
(انجمن غیر رسمی ضد مصرف گرایی :)) एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | phoehnanhimojcbebjldknajipijlmhd |
| आधिकारिक URL | https://chromewebstore.google.com/detail/iranian-lifetime-calculat/phoehnanhimojcbebjldknajipijlmhd |
| विवरण | Price to Lifetime calculator for famous Iranian online markets. |
| फ़ाइल का आकार | 266 KB |
| स्थापना संख्या | 334 |
| वर्तमान संस्करण | 2.0.3 |
| अंतिम अपडेट | 2019-04-16 |
| प्रकाशन तिथि | 2019-04-16 |
| रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
| डेवलपर | Mahmoud Eskandari |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| सहायता पृष्ठ URL | https://github.com/mahmoud-eskandari/iptt |
| समर्थित भाषाएँ | 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"
]
}
]
} | |