Iranian Lifetime Calculator

Price to Lifetime calculator for famous Iranian online markets.

Iranian Lifetime Calculator란 무엇입니까?

Iranian Lifetime Calculator은(는) Mahmoud Eskandari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price to Lifetime calculator for famous Iranian online markets."입니다.

확장 프로그램 스크린샷

screenshot

Iranian Lifetime Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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

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

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}