Givee.Club - Get games for free!
Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!
Vad är Givee.Club - Get games for free!?
Givee.Club - Get games for free! är en Chrome-tillägg utvecklad av https://givee.club, och dess huvudfunktion är "Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!".
Tilläggsskärmbilder
Ladda ner Givee.Club - Get games for free!-förlängningens CRX-fil
Ladda ner Givee.Club - Get games for free!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Givee.Club - Get games for free! |
ID | modkgipgommbdobanfinadelfafeiadk |
Officiell webbadress | https://chromewebstore.google.com/detail/giveeclub-get-games-for-f/modkgipgommbdobanfinadelfafeiadk |
Beskrivning | Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys! |
Filstorlek | 80.24 KB |
Antal Installationer | 38,948 |
Aktuell Version | 5.0.1 |
Senast Uppdaterad | 2023-01-18 |
Publiceringsdatum | 2020-02-24 |
Betyg | 4.74/5 Totalt 1677 Betyg |
Utvecklare | https://givee.club |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://givee.club |
URL till Sekretesspolicy Sidan | https://givee.club/privacy-policy |
Stödda Språk | 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" } |