Mastercard Gold

Mastercard Gold

Mastercard Goldとは何ですか?

Mastercard Goldはhttps://goldfordel.noによって開発されたChromeの拡張機能で、その主な機能は「Mastercard Gold」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Mastercard Gold拡張機能のCRXファイルをダウンロード

Mastercard Gold拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Mastercard Gold Mastercard Gold
ID mpiplkjednaomgemnhnhhhcmicebkmbb
公式URL https://chromewebstore.google.com/detail/mastercard-gold/mpiplkjednaomgemnhnhhhcmicebkmbb
説明 Mastercard Gold
ファイルサイズ 268 KB
インストール数 79
現在のバージョン 3.4.1
最終更新日 2020-12-29
公開日 2020-04-16
開発者 https://goldfordel.no
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY
対応言語 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"
    }
}