Eurobonus Saver
Save EuroBonus points by getting instant feedback when shopping on sites connected to EuroBonus online shopping.
What is Eurobonus Saver?
Eurobonus Saver is a Chrome extension developed by patricklefdev, and its main feature is "Save EuroBonus points by getting instant feedback when shopping on sites connected to EuroBonus online shopping.".
Extension Screenshots
Download Eurobonus Saver Extension CRX File
Download Eurobonus Saver 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
Extension Basic Information
Name | Eurobonus Saver |
ID | beahakibekojmpjdlhlnkjlpcpfhemdj |
Official URL | https://chromewebstore.google.com/detail/eurobonus-saver/beahakibekojmpjdlhlnkjlpcpfhemdj |
Description | Save EuroBonus points by getting instant feedback when shopping on sites connected to EuroBonus online shopping. |
File Size | 22.14 KB |
Installation Count | 116 |
Current Version | 1.0.1 |
Last Updated | 2019-02-04 |
Publish Date | 2019-02-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | patricklefdev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "tabs", "notifications", "https:\/\/eurobonusexpert.com\/*" ] } |