Youth for Christ - Shop & Share

Youth for Christ - Shop & Share

Wat is Youth for Christ - Shop & Share?

Youth for Christ - Shop & Share is een Chrome-extensie ontwikkeld door https://ody.social, en de belangrijkste functie is "Youth for Christ - Shop & Share".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youth for Christ - Shop & Share

Download Youth for Christ - Shop & Share-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

                        Steun Youth for Christ terwijl je een online aankoop doet met Shop & Share! Als jij iets koopt bij één van de aangesloten webshops (o.a. Bol.com en Booking.com), sponsort het bedrijf automatisch een percentage van het aankoopbedrag aan ons jongerenwerk.

Eenmalig installeren

    Klik rechts op de pagina op ‘Toev. aan Chrome’ en vervolgens op ‘Extensie toevoegen’.
    De plug-in is nu geïnstalleerd. Ga naar www.bol.com en je ziet een venster van ‘Shop & Share’ verschijnen.

 

Het doneren gaat helemaal automatisch en het kost je geen cent meer! Zo draagt jouw online aankoop bij aan het verspreiden van Gods liefde onder jongeren in Nederland.                    

Basisinformatie over de Extensie

Naam Youth for Christ - Shop & Share Youth for Christ - Shop & Share
ID mhpoahdnapecejedfkmcphhlfknlgggf
Officiële URL https://chromewebstore.google.com/detail/youth-for-christ-shop-sha/mhpoahdnapecejedfkmcphhlfknlgggf
Beschrijving Youth for Christ - Shop & Share
Bestandsgrootte 2.62 MB
Aantal Installaties 91
Huidige Versie 0.1.5
Laatst Bijgewerkt 2019-05-18
Publicatiedatum 2019-05-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://ody.social
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.greenguard.me/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "19": "images\/icons\/icon-19.png",
        "38": "images\/icons\/icon-38.png",
        "48": "images\/icons\/icon-38.png",
        "128": "images\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "omnibox": {
        "keyword": "OMNIBOX-KEYWORD"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon-19.png",
            "38": "images\/icons\/icon-38.png"
        },
        "default_title": "Youth For Christ",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icons\/icon-48.png"
    ]
}