Evreward Multiplier

A Chrome extension that takes you to Evreward's page for the store you are visting.

什么是Evreward Multiplier?

Evreward Multiplier是由https://evreward.com开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that takes you to Evreward's page for the store you are visting.”。

扩展截图

screenshot

下载Evreward Multiplier扩展crx文件

下载Evreward Multiplier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Evreward Multiplier Evreward Multiplier
ID neffcmliiaaipkdmjcojobfjoafmbemi
官方URL https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi
简介 A Chrome extension that takes you to Evreward's page for the store you are visting.
文件大小 22.23 KB
安装次数 667
当前版本 1.1.0
更新时间 2019-09-21
上架时间 2019-09-21
开发者 https://evreward.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.evreward.com/privacy
支持的语言 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
}