Youth for Christ - Shop & Share
Youth for Christ - Shop & Share
Youth for Christ - Shop & Shareとは何ですか?
Youth for Christ - Shop & Shareはhttps://ody.socialによって開発されたChromeの拡張機能で、その主な機能は「Youth for Christ - Shop & Share」です。
拡張機能のスクリーンショット
Youth for Christ - Shop & Share拡張機能のCRXファイルをダウンロード
Youth for Christ - Shop & Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Youth for Christ - Shop & Share |
ID | mhpoahdnapecejedfkmcphhlfknlgggf |
公式URL | https://chromewebstore.google.com/detail/youth-for-christ-shop-sha/mhpoahdnapecejedfkmcphhlfknlgggf |
説明 | Youth for Christ - Shop & Share |
ファイルサイズ | 2.62 MB |
インストール数 | 91 |
現在のバージョン | 0.1.5 |
最終更新日 | 2019-05-18 |
公開日 | 2019-05-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://ody.social |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.greenguard.me/privacy |
対応言語 | 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" ] } |