Bonusway

This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…

Wat is Bonusway?

Bonusway is een Chrome-extensie ontwikkeld door Bonusway, en de belangrijkste functie is "This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…".

Download het CRX-bestand van de extensie Bonusway

Download Bonusway-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a website that offers cashback. You will never miss an offer again. This add-on works even in Google search results.                    

Basisinformatie over de Extensie

Naam Bonusway Bonusway
ID mcdigjbnihajokfiolophengnjlcgeeb
Officiële URL https://chromewebstore.google.com/detail/bonusway/mcdigjbnihajokfiolophengnjlcgeeb
Beschrijving This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…
Bestandsgrootte 441 KB
Aantal Installaties 37,782
Huidige Versie 8.0.21
Laatst Bijgewerkt 2022-03-17
Publicatiedatum 2020-06-02
Beoordeling 2.53/5 Totaal 34 Beoordelingen
Ontwikkelaar Bonusway
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://privacy.bonusway.com
Ondersteunde Talen en,nl,tr,da,et,lv,lt,hu,pl,ro,sk,fi,sv,cs,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nameApp__",
    "default_locale": "en",
    "version": "8.0.21",
    "icons": {
        "128": "img\/b2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/underscore.js",
                "scripts\/contentVars.js",
                "scripts\/contentUtils.js",
                "scripts\/contentDelegator.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/content.css",
        "img\/*.png",
        "_locales\/*",
        "countries.json"
    ],
    "permissions": [
        "notifications",
        "cookies",
        "",
        "tabs",
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "lib\/underscore.js",
            "scripts\/tracer.js",
            "scripts\/extensionConfig.js",
            "scripts\/backgroundUtils.js",
            "scripts\/backgroundEventListeners.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/plus_favicon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_nameApp__"
    }
}