FaniMani.pl Donation Reminder

Thanks to our Donation Reminder, on avareage 2.5% of your online shopping will be donated to the chosen NGO.

FaniMani.pl Donation Reminderคืออะไร?

FaniMani.pl Donation Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fanimani.pl และคุณลักษณะหลักของมันคือ "Thanks to our Donation Reminder, on avareage 2.5% of your online shopping will be donated to the chosen NGO."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FaniMani.pl Donation Reminder

ดาวน์โหลดไฟล์ส่วนขยาย FaniMani.pl Donation Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dzięki Przypominajce FaniMani pomagasz bezpłatnie przy okazji zakupów online. W prosty sposób AKTYWUJ DAROWIZNĘ na stronie sklepu internetowego (partnera FaniMani) a podczas szukania produktu zobaczysz kto jest partnerem FaniMani i gdzie możesz podarować bezpłatną darowiznę.

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FaniMani.pl Donation Reminder FaniMani.pl Donation Reminder
ID fcdljeapnidkmbicfjocoeoiaacigcfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fanimanipl-donation-remin/fcdljeapnidkmbicfjocoeoiaacigcfe
คำอธิบาย Thanks to our Donation Reminder, on avareage 2.5% of your online shopping will be donated to the chosen NGO.
ขนาดไฟล์ 1.7 MB
จำนวนการติดตั้ง 23,576
เวอร์ชันปัจจุบัน 4.7.2
อัปเดตครั้งล่าสุด 2023-09-11
วันที่เผยแพร่ 2020-05-16
คะแนน 4.82/5 รวมทั้งหมด 143 คะแนน
ผู้พัฒนา https://fanimani.pl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fanimani.pl/aplikacje
URL หน้าช่วยเหลือ https://fanimani.pl/pomoc/
ภาษาที่รองรับ 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.2",
    "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"
}