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