Voidu Official Extension

Check whether your new favourite game is available or even ON SALE in Voidu, the Offical Game Store for Gamers!

Voidu Official Extension là gì?

Voidu Official Extension là một tiện ích mở rộng Chrome được phát triển bởi Voidu, và tính năng chính của nó là "Check whether your new favourite game is available or even ON SALE in Voidu, the Offical Game Store for Gamers!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voidu Official Extension

Tải xuống các tệp mở rộng Voidu Official Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With Voidu’s new and easy-to-use extension, check whether your new favourite 
game is available or even ON SALE in Voidu, the Offical Game Store for Gamers! 

Get the most current price for the best PC games, console games, gift cards, 
software and more while you’re causally looking for your new obsession!

The only things stands between you and your preferred product is just one 
button. Click “ADD TO CART” to visit Voidu, complete your purchase with our safe
and secure checkout and receive your activation key INSTANTLY.


Who is Voidu?

We are a team from all around the world working with passion to bring you the 
best experience surrounding the purchase of your new favourite game. From 
providing a safe and secure checkout to inspiring our audience with rich content, 
we grow bigger each day with the support of over 15 Million customers                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voidu Official Extension Voidu Official Extension
ID mjmpnlmmhdkejmighjmbifldpakjfikj
URL Chính Thức https://chromewebstore.google.com/detail/voidu-official-extension/mjmpnlmmhdkejmighjmbifldpakjfikj
Mô tả Check whether your new favourite game is available or even ON SALE in Voidu, the Offical Game Store for Gamers!
Kích Thước Tệp 91.2 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-06-29
Ngày Phát Hành 2022-05-25
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Voidu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.voidu.com
URL Trang Trợ Giúp https://www.voidu.com/en/topic/contact-us
URL Trang Chính Sách Bảo Mật https://www.voidu.com/en/topic/privacy-notice
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery-3.2.0.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/isthereanydeal.com\/*",
                "https:\/\/gg.deals\/*",
                "https:\/\/store.steampowered.com\/*",
                "https:\/\/www.origin.com\/*",
                "https:\/\/www.dlcompare.com\/*",
                "https:\/\/www.dlcompare.fr\/*",
                "https:\/\/www.dlcompare.es\/*",
                "https:\/\/www.dlcompare.de\/*",
                "https:\/\/www.dlcompare.pt\/*",
                "https:\/\/www.allkeyshop.com\/*",
                "https:\/\/www.keyforsteam.de\/*",
                "https:\/\/www.goclecd.fr\/*",
                "https:\/\/www.planetkey.de\/*",
                "https:\/\/gocdkeys.com\/*",
                "https:\/\/www.jeuxvideo.com\/*",
                "https:\/\/www.kinguin.net\/*",
                "https:\/\/www.g2a.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.gamivo.com\/*",
                "https:\/\/www.gamekult.com\/*",
                "https:\/\/www.cdkeys.com\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.en\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/*.epicgames.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Check whether your new favourite game is available or even ON SALE in Voidu, the Offical Game Store for Gamers!",
    "homepage_url": "https:\/\/www.voidu.com",
    "icons": {
        "57": "icons\/icon57.png",
        "72": "icons\/icon72.png",
        "144": "icons\/icon144.png",
        "180": "icons\/icon180.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "action": [],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "src\/rules.json"
            }
        ]
    },
    "manifest_version": 3,
    "name": "Voidu Official Extension",
    "host_permissions": [
        "https:\/\/*.voidu.com\/*",
        "http:\/\/localhost:8080\/*"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/icons\/*",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}