Digikala Application Only Prices

Display Digikala Application Only Prices

Digikala Application Only Prices là gì?

Digikala Application Only Prices là một tiện ích mở rộng Chrome được phát triển bởi Mohammad Mehdi Pakbaz, và tính năng chính của nó là "Display Digikala Application Only Prices".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Digikala Application Only Prices

Tải xuống các tệp mở rộng Digikala Application Only Prices 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

                        A free extension to display application only prices on Digikala using your browser.
You just need to install and enable the extension.

You can also check the extension on github to contribute:
https://github.com/mhd21/digikala-only-application-extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Digikala Application Only Prices Digikala Application Only Prices
ID malpanncacjmhjnipgpgnkggfhepgpkb
URL Chính Thức https://chromewebstore.google.com/detail/digikala-application-only/malpanncacjmhjnipgpgnkggfhepgpkb
Mô tả Display Digikala Application Only Prices
Kích Thước Tệp 80.47 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-11-23
Ngày Phát Hành 2021-11-23
Nhà Phát Triển Mohammad Mehdi Pakbaz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Digikala Application Only Prices",
    "description": "Display Digikala Application Only Prices",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.digikala.com\/*",
                "*:\/\/digikala.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.digikala.com\/*",
                "*:\/\/digikala.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}