GamerChange Navi

Listen! Earn more Free Gaming Money with Navi

GamerChange Naviคืออะไร?

GamerChange Navi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamerchange.com และคุณลักษณะหลักของมันคือ "Listen! Earn more Free Gaming Money with Navi"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GamerChange Navi

ดาวน์โหลดไฟล์ส่วนขยาย GamerChange Navi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Listen! Earn more Free Gaming Money with Navi, GamerChange's helpful browser extension.

After you install the GamerChange Navi extension, make sure you're logged in by clicking on the GamerChange logo that was added to your toolbar.

Visit the website of a participating merchant where you want to shop online and you will see a GamerChange notification directly on that website, notifying you how much Free Gaming Money you'll earn.

Click "Shop Now" to activate GamerChange, and continue shopping like you normally do - you'll earn the associated Free Gaming Money, and it will immediately be applied to your account for your review. Confirmation of the Free Gaming Money will also be e-mailed to you.

About Gamerchange:

GamerChange makes it possible to earn free gaming E-gift cards simply by shopping online at your favorite stores.

When you shop at those stores through GamerChange, they pay us a commission. We use that commission to instantly email gaming E-gift cards from places like Steam, Blizzard, GameStop, Xbox, PSN & more!

As the first and only online shopping rewards program for gamers, GamerChange provides a method for seamlessly and effortlessly enjoying free E-gift cards from multiple PC game and console game platforms, all from one place.

It's a meaningful gaming rewards program that meets your daily routine and fits your lifestyle.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GamerChange Navi GamerChange Navi
ID bnjcpoeekegfopeldjchmahjoiahcdog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gamerchange-navi/bnjcpoeekegfopeldjchmahjoiahcdog
คำอธิบาย Listen! Earn more Free Gaming Money with Navi
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-04-06
วันที่เผยแพร่ 2019-04-02
ผู้พัฒนา https://gamerchange.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gamerchange.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GamerChange Navi",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Listen! Earn more Free Gaming Money with Navi",
    "homepage_url": "https:\/\/gamerchange.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/moment\/moment.min.js",
            "js\/numeral\/numeral.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "GamerChange Navi",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/content_script\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/gamerchange.css",
        "icons\/logo.png",
        "icons\/logo_inverse_vertical.png"
    ]
}