Mastercard Gold
Mastercard Gold
什么是Mastercard Gold?
Mastercard Gold是由https://goldfordel.no开发的Chrome扩展程序,该扩展的主要功能是“Mastercard Gold”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |