Mastercard Gold
Mastercard Gold
What is Mastercard Gold?
Mastercard Gold is a Chrome extension developed by https://goldfordel.no, and its main feature is "Mastercard Gold".
Extension Screenshots
Download Mastercard Gold Extension CRX File
Download Mastercard Gold extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Mastercard Gold |
ID | mpiplkjednaomgemnhnhhhcmicebkmbb |
Official URL | https://chromewebstore.google.com/detail/mastercard-gold/mpiplkjednaomgemnhnhhhcmicebkmbb |
Description | Mastercard Gold |
File Size | 268 KB |
Installation Count | 79 |
Current Version | 3.4.1 |
Last Updated | 2020-12-29 |
Publish Date | 2020-04-16 |
Developer | https://goldfordel.no |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY |
Supported Languages | 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" } } |