Givee.Club - Get games for free!
Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!
O que é Givee.Club - Get games for free!?
Givee.Club - Get games for free! é uma extensão do Chrome desenvolvida por https://givee.club, e sua principal característica é "Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Givee.Club - Get games for free!
Baixe arquivos de extensão Givee.Club - Get games for free! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Givee.Club - Get games for free! |
ID | modkgipgommbdobanfinadelfafeiadk |
URL Oficial | https://chromewebstore.google.com/detail/giveeclub-get-games-for-f/modkgipgommbdobanfinadelfafeiadk |
Descrição | Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys! |
Tamanho do Arquivo | 80.24 KB |
Contagem de Instalações | 38,948 |
Versão Atual | 5.0.1 |
Última Atualização | 2023-01-18 |
Data de Publicação | 2020-02-24 |
Classificação | 4.74/5 Total de 1677 Avaliações |
Desenvolvedor | https://givee.club |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://givee.club |
URL da Página de Política de Privacidade | https://givee.club/privacy-policy |
Idiomas Suportados | 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" } |