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開發的Chrome擴展程式,該擴展的主要功能是“Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!”。

擴展截圖

screenshot
screenshot

下載Givee.Club - Get games for free!擴展crx文件

下載Givee.Club - Get games for free!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}