Iranian Lifetime Calculator

Price to Lifetime calculator for famous Iranian online markets.

Iranian Lifetime Calculatorคืออะไร?

Iranian Lifetime Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahmoud Eskandari และคุณลักษณะหลักของมันคือ "Price to Lifetime calculator for famous Iranian online markets."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iranian Lifetime Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Iranian Lifetime Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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

(انجمن غیر رسمی ضد مصرف گرایی :))                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Iranian Lifetime Calculator Iranian Lifetime Calculator
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"
            ]
        }
    ]
}