Credits (CS) Informer

This simple extension allows you to track price changes of Credits

Credits (CS) Informer là gì?

Credits (CS) Informer là một tiện ích mở rộng Chrome được phát triển bởi Alexander Kupriyanov, và tính năng chính của nó là "This simple extension allows you to track price changes of Credits".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Credits (CS) Informer

Tải xuống các tệp mở rộng Credits (CS) Informer 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

                        We are very excited to share with you our CREDITS crypto informer Google Chrome Extension! This simple extension allows you to track price changes of CREDITS.                    

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

Tên Credits (CS) Informer Credits (CS) Informer
ID hkdmpghniejojlaapfabpmikngcamadm
URL Chính Thức https://chrome.google.com/webstore/detail/credits-cs-informer/hkdmpghniejojlaapfabpmikngcamadm
Mô tả This simple extension allows you to track price changes of Credits
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2018-08-13
Ngày Phát Hành 2018-08-13
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Alexander Kupriyanov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://credits.com/
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "This simple extension allows you to track price changes of Credits",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo.png"
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "options_page": "src\/options.html",
    "version": "2.4",
    "short_name": "credits-informer",
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/*",
        "tabs",
        ""
    ],
    "author": "Alexander Kupriyanov"
}