Youth for Christ - Shop & Share

Youth for Christ - Shop & Share

Cos'è Youth for Christ - Shop & Share?

Youth for Christ - Shop & Share è un'estensione di Chrome sviluppata da https://ody.social, e la sua funzione principale è "Youth for Christ - Shop & Share".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youth for Christ - Shop & Share

Scarica i file di estensione Youth for Christ - Shop & Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Youth for Christ - Shop & Share Youth for Christ - Shop & Share
ID mhpoahdnapecejedfkmcphhlfknlgggf
URL Ufficiale https://chromewebstore.google.com/detail/youth-for-christ-shop-sha/mhpoahdnapecejedfkmcphhlfknlgggf
Descrizione Youth for Christ - Shop & Share
Dimensione del File 2.62 MB
Conteggio Installazioni 91
Versione Corrente 0.1.5
Ultimo Aggiornamento 2019-05-18
Data di Pubblicazione 2019-05-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://ody.social
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.greenguard.me/privacy
Lingue Supportate 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"
    ]
}