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
官方網址 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
}