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!"입니다.
확장 프로그램 스크린샷
Givee.Club - Get games for free! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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! |
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" } |