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
Eメール [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
}