FaniMani.pl Donation Reminder

Thanks to our Donation Reminder, on avareage 2.5% of your online shopping will be donated to Stowarzyszenie Otwarte Klatki

Qu'est-ce que FaniMani.pl Donation Reminder ?

FaniMani.pl Donation Reminder est une extension Chrome développée par https://fanimani.pl, et sa fonction principale est "Thanks to our Donation Reminder, on avareage 2.5% of your online shopping will be donated to Stowarzyszenie Otwarte Klatki".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FaniMani.pl Donation Reminder

Téléchargez les fichiers d'extension FaniMani.pl Donation Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Dzięki Przypominajce FaniMani pomagasz bezpłatnie przy okazji zakupów online. W prosty sposób AKTYWUJESZ DAROWIZNĘ na stronie sklepu internetowego (partnera FaniMani) oraz rozpoznasz partnerów podczas wyszukiwania produktu. 

Przypominajka FaniMani nie wyświetla żadnych reklam, ani nie prosi o podawanie żadnych danych. Jej funkcja to informowanie o możliwości przekazania darowizny od zakupów w internecie oraz wyświetlanie kodów rabatowych dla sklepów.                    

Informations de Base sur l'Extension

Nom FaniMani.pl Donation Reminder FaniMani.pl Donation Reminder
ID bnfmfpgnoglifafjjdbajnfphjoobdhn
URL Officiel https://chromewebstore.google.com/detail/fanimanipl-donation-remin/bnfmfpgnoglifafjjdbajnfphjoobdhn
Description Thanks to our Donation Reminder, on avareage 2.5% of your online shopping will be donated to Stowarzyszenie Otwarte Klatki
Taille du Fichier 1.71 MB
Nombre d'Installations 275
Version Actuelle 4.7.1
Dernière Mise à Jour 2023-07-07
Date de Publication 2021-02-16
Développeur https://fanimani.pl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fanimani.pl/aplikacje/
URL de la Page d'Aide https://fanimani.pl/pomoc/
Langues Prises en Charge en,pl,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description_short__",
    "author": "FaniMani.pl",
    "version": "4.7.1",
    "background": {
        "service_worker": "service_worker.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content_scripts\/widget.js",
                "content_scripts\/pitdonation.js"
            ],
            "css": [
                "assets\/css\/vars.css",
                "assets\/css\/widget.css",
                "assets\/css\/widget_theme.css",
                "assets\/css\/pitdonation.css",
                "assets\/css\/pitdonation_theme.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/google.??",
                "*:\/\/google.??\/*",
                "*:\/\/google.???",
                "*:\/\/google.???\/*",
                "*:\/\/google.co.uk",
                "*:\/\/google.co.uk\/*",
                "*:\/\/www.google.??",
                "*:\/\/www.google.??\/*",
                "*:\/\/www.google.???",
                "*:\/\/www.google.???\/*",
                "*:\/\/www.google.co.uk",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/bing.com\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/szukaj.wp.pl\/*",
                "*:\/\/szukaj.onet.pl\/*",
                "*:\/\/szukaj.interia.pl\/*",
                "*:\/\/yandex.com\/*",
                "*:\/\/www.yandex.com\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/search.yahoo.com\/*",
                "*:\/\/search.brave.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_scripts\/serp.js",
                "content_scripts\/pitdonation.js"
            ],
            "css": [
                "assets\/css\/vars.css",
                "assets\/css\/serp.css",
                "assets\/css\/serp_theme.css",
                "assets\/css\/pitdonation.css",
                "assets\/css\/pitdonation_theme.css"
            ]
        },
        {
            "matches": [
                "*:\/\/fanimani.pl\/*",
                "*:\/\/*.fanimani.pl\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_scripts\/fanimani_pl.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "icons": {
        "16": "assets\/img\/extension-icon\/status-default-16.png",
        "32": "assets\/img\/extension-icon\/status-default.png",
        "48": "assets\/img\/extension-icon\/status-default-48.png",
        "128": "assets\/img\/extension-icon\/status-default-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/fanimani.pl\/*",
            "*:\/\/*.fanimani.pl\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/fanimani.pl\/",
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "content_scripts\/popup.html",
        "default_icon": {
            "32": "assets\/img\/extension-icon\/status-default.png"
        }
    },
    "incognito": "split"
}