Mastercard Gold

Mastercard Gold

Mastercard Gold là gì?

Mastercard Gold là một tiện ích mở rộng Chrome được phát triển bởi https://goldfordel.no, và tính năng chính của nó là "Mastercard Gold".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mastercard Gold

Tải xuống các tệp mở rộng Mastercard Gold 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

                        Mastercard Gold Fordel er et fordelsprogram for deg som har et Mastercard Gold kredittkort. Du får opptil 25 % cashback i mer enn 100 nettbutikker.                    

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

Tên Mastercard Gold Mastercard Gold
ID mpiplkjednaomgemnhnhhhcmicebkmbb
URL Chính Thức https://chromewebstore.google.com/detail/mastercard-gold/mpiplkjednaomgemnhnhhhcmicebkmbb
Mô tả Mastercard Gold
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 3.4.1
Cập Nhật Lần Cuối 2020-12-29
Ngày Phát Hành 2020-04-16
Nhà Phát Triển https://goldfordel.no
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY
Ngôn Ngữ Được Hỗ Trợ no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mastercard Gold",
    "version": "3.4.1",
    "manifest_version": 2,
    "description": "Mastercard Gold",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTabs",
        "storage",
        "webNavigation",
        "https:\/\/*.com\/*",
        "https:\/\/*.se\/*",
        "https:\/\/*.no\/*",
        "https:\/\/*.dk\/*",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.com\/*",
                "https:\/\/*.se\/*",
                "https:\/\/*.no\/*",
                "https:\/\/*.dk\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "*.css"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "100": "images\/icon100.png",
            "128": "images\/icon128.png",
            "256": "images\/icon128.png"
        },
        "default_title": "Mastercard Gold"
    }
}