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ファイルをダウンロード
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! |
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 |
Eメール | [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" } |