Youth for Christ - Shop & Share

Youth for Christ - Shop & Share

What is Youth for Christ - Shop & Share?

Youth for Christ - Shop & Share is a Chrome extension developed by https://ody.social, and its main feature is "Youth for Christ - Shop & Share".

Extension Screenshots

screenshot

Download Youth for Christ - Shop & Share Extension CRX File

Download Youth for Christ - Shop & Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youth for Christ - Shop & Share Youth for Christ - Shop & Share
ID mhpoahdnapecejedfkmcphhlfknlgggf
Official URL https://chromewebstore.google.com/detail/youth-for-christ-shop-sha/mhpoahdnapecejedfkmcphhlfknlgggf
Description Youth for Christ - Shop & Share
File Size 2.62 MB
Installation Count 91
Current Version 0.1.5
Last Updated 2019-05-18
Publish Date 2019-05-16
Rating 5.00/5 Total 1 Ratings
Developer https://ody.social
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.greenguard.me/privacy
Supported Languages 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"
    ]
}