Youth for Christ - Shop & Share
Youth for Christ - Shop & Share
O que é Youth for Christ - Shop & Share?
Youth for Christ - Shop & Share é uma extensão do Chrome desenvolvida por https://ody.social, e sua principal característica é "Youth for Christ - Shop & Share".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youth for Christ - Shop & Share
Baixe arquivos de extensão Youth for Christ - Shop & Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Youth for Christ - Shop & Share |
ID | mhpoahdnapecejedfkmcphhlfknlgggf |
URL Oficial | https://chromewebstore.google.com/detail/youth-for-christ-shop-sha/mhpoahdnapecejedfkmcphhlfknlgggf |
Descrição | Youth for Christ - Shop & Share |
Tamanho do Arquivo | 2.62 MB |
Contagem de Instalações | 91 |
Versão Atual | 0.1.5 |
Última Atualização | 2019-05-18 |
Data de Publicação | 2019-05-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://ody.social |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.greenguard.me/privacy |
Idiomas Suportados | 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" ] } |