Evreward Multiplier
A Chrome extension that takes you to Evreward's page for the store you are visting.
What is Evreward Multiplier?
Evreward Multiplier is a Chrome extension developed by https://evreward.com, and its main feature is "A Chrome extension that takes you to Evreward's page for the store you are visting.".
Extension Screenshots
Download Evreward Multiplier Extension CRX File
Download Evreward Multiplier 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
This simple extension places a clickable icon next to your Chrome search box that opens Evreward's page for the store you're currently browsing, giving you quick access to the coupons, promo codes, cash back rebates, rewards and discount gift cards available.
Extension Basic Information
Name | Evreward Multiplier |
ID | neffcmliiaaipkdmjcojobfjoafmbemi |
Official URL | https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi |
Description | A Chrome extension that takes you to Evreward's page for the store you are visting. |
File Size | 22.23 KB |
Installation Count | 667 |
Current Version | 1.1.0 |
Last Updated | 2019-09-21 |
Publish Date | 2019-09-21 |
Developer | https://evreward.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.evreward.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evreward Multiplier", "description": "A Chrome extension that takes you to Evreward's page for the store you are visting.", "version": "1.1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Evreward Multiplier", "default_icon": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" } }, "icons": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" }, "manifest_version": 2 } |