Givee.Club - Get games for free!

Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!

Givee.Club - Get games for free! क्या है?

Givee.Club - Get games for free! https://givee.club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Givee.Club - Get games for free! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Every day GiveAway.su prepares for you a lot of new game giveaways. To get the game you have to complete small sponsor`s tasks (to enter social group or to vote for something). This extension "GiveAway.su Checker" allows you to check status of the tasks and get games!                    

एक्सटेंशन की मूल जानकारी

नाम Givee.Club - Get games for free! Givee.Club - Get games for free!
ID modkgipgommbdobanfinadelfafeiadk
आधिकारिक URL https://chromewebstore.google.com/detail/giveeclub-get-games-for-f/modkgipgommbdobanfinadelfafeiadk
विवरण Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!
फ़ाइल का आकार 80.24 KB
स्थापना संख्या 38,948
वर्तमान संस्करण 5.0.1
अंतिम अपडेट 2023-01-18
प्रकाशन तिथि 2020-02-24
रेटिंग 4.74/5 कुल 1677 रेटिंग्स
डेवलपर https://givee.club
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://givee.club
गोपनीयता नीति पृष्ठ URL https://givee.club/privacy-policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/givee.club\/*",
                "https:\/\/giveaway.su\/*"
            ],
            "js": [
                "vendor\/md5.js",
                "vendor\/jquery-3.6.3.min.js",
                "content-script\/revealer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "images\/icon-16.png",
        "default_popup": "action\/popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Givee.Club",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/giveaway.su\/*",
        "https:\/\/*.gvw.su\/*",
        "https:\/\/gvw.su\/*",
        "https:\/\/givee.club\/*",
        "*:\/\/bit.ly\/*",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/store.steampowered.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.reddit.com\/*",
        "https:\/\/itch.io\/*",
        "https:\/\/imgur.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "5.0.1"
}