Rabatly.pl | kupony i kody rabatowe

rabatly to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod

Wat is Rabatly.pl | kupony i kody rabatowe?

Rabatly.pl | kupony i kody rabatowe is een Chrome-extensie ontwikkeld door SmartWebIT, en de belangrijkste functie is "rabatly to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rabatly.pl | kupony i kody rabatowe

Download Rabatly.pl | kupony i kody rabatowe-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

                        rabatly.pl to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod rabatowy abyś mógł oszczędzić na zakupach                    

Basisinformatie over de Extensie

Naam Rabatly.pl | kupony i kody rabatowe Rabatly.pl | kupony i kody rabatowe
ID pjllichgpcgjfmgobdgkbbfnfdgchgob
Officiële URL https://chromewebstore.google.com/detail/rabatlypl-kupony-i-kody-r/pjllichgpcgjfmgobdgkbbfnfdgchgob
Beschrijving rabatly to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod
Bestandsgrootte 739 KB
Aantal Installaties 146
Huidige Versie 2.3.3
Laatst Bijgewerkt 2021-04-21
Publicatiedatum 2020-12-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SmartWebIT
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rabatly.pl
Help Pagina-URL https://rabatly.pl
URL van de Privacybeleid Pagina https://rabatly.pl/policy
Ondersteunde Talen pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.3.3",
    "manifest_version": 2,
    "author": "Rabatly.pl",
    "description": "__MSG_extensionDescription__",
    "default_locale": "pl",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png"
    },
    "homepage_url": "https:\/\/rabatly.pl",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "js\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';",
    "browser_action": {
        "default_icon": "icons\/favicon-48x48.png",
        "default_popup": "popup.html",
        "default_title": "Rabatly"
    }
}