MillionPugs: Shop & get in-game content

Shop at your favorite brands and get exclusive content for your favorite games.

MillionPugs: Shop & get in-game contentคืออะไร?

MillionPugs: Shop & get in-game content เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://millionpugs.com และคุณลักษณะหลักของมันคือ "Shop at your favorite brands and get exclusive content for your favorite games."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MillionPugs: Shop & get in-game content

ดาวน์โหลดไฟล์ส่วนขยาย MillionPugs: Shop & get in-game content ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Get exclusive content for your favorite games, for free, whenever you shop online. 

PAYLOAD SECURED

We’ve partnered with the biggest game publishers like Riot Games, Ubisoft, Wargaming and more to hook you up with the best gaming rewards every time you shop online. 

Brands are looking to build loyalty and reward gamers like you - and they know the best way is with a pile of free stuff. MillionPugs is your hookup. 

Download and install MillionPugs, and every time you shop with one of our 20,000 partnered brands, you’ll earn pugs™ (loyalty points). Redeem pugs™ for RP, skins, premium tanks, gift cards, Robux, V-Bucks or even entire AAA games. 

HOW DOES IT WORK? 

Earning is easy. 

Start by installing our super-secure browser extension. We never collect or snoop, and your data is only used to verify a transaction or award you with pugs.

Each time you land on a pug™-awarding site or retailer, our extension will notify you. Simply Activate MillionPugs (with the push of a button), and watch the pugs™ fly in.

Flex and win: Swap those pugs™ to get the dopest drops from your favorite games.

Neat, right?

WHATCHA WAITIN’ FOR? 

Your next purchase could earn you skins. Don’t miss out on a single drop. 
Download the Million Pugs extension now and start grinding those gaming goodies for League of Legends, Roblox, VALORANT, Fortnite, and World of Tanks right away.                    

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

ชื่อ MillionPugs: Shop & get in-game content MillionPugs: Shop & get in-game content
ID gbhoepimmkeinmlojkmkpipcooeennmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/millionpugs-shop-get-in-g/gbhoepimmkeinmlojkmkpipcooeennmk
คำอธิบาย Shop at your favorite brands and get exclusive content for your favorite games.
ขนาดไฟล์ 17.57 MB
จำนวนการติดตั้ง 31,120
เวอร์ชันปัจจุบัน 1.47.1
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2022-03-31
คะแนน 4.24/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา https://millionpugs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.millionpugs.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.millionpugs.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "MillionPugs",
    "name": "MillionPugs: Shop & get in-game content",
    "short_name": "MillionPugs",
    "description": "Shop at your favorite brands and get exclusive content for your favorite games.",
    "homepage_url": "https:\/\/www.millionpugs.com\/",
    "version": "1.47.1",
    "action": {
        "default_popup": "index.html",
        "default_title": "MillionPugs"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "webNavigation",
        "scripting",
        "declarativeNetRequestWithHostAccess",
        "alarms",
        "offscreen",
        "management",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.woff",
                "*.woff2",
                "*.png",
                "*.mov",
                "*.webm"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.millionpugs.com\/*",
            "https:\/\/local.billionpugs.com\/*",
            "https:\/\/t.jitsu.com\/*"
        ]
    },
    "commands": {
        "toggleDebugMode": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+O"
            },
            "description": "Enables extended logging and debug options."
        },
        "printLocalStorage": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Prints local storage values to console. Requires debug mode to be enabled."
        }
    }
}