Gameminer.net Autojoin Bot

This script will automatically join giveaways on gameminer.net

Gameminer.net Autojoin Bot là gì?

Gameminer.net Autojoin Bot là một tiện ích mở rộng Chrome được phát triển bởi Tackyou, và tính năng chính của nó là "This script will automatically join giveaways on gameminer.net".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gameminer.net Autojoin Bot

Tải xuống các tệp mở rộng Gameminer.net Autojoin Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        #####

Gameminer shut down on 31.10.2016
Cached statement: http://archive.is/b5Nv0

####


---

If you want to help developing this extension check the GitHub page:
https://github.com/Tackyou/gameminer-autojoin

-

Automatically join all giveaways on Gameminer.net
You need to have the page open for the script to run (it will not run in background)
To see details of what it is doing, open the console by pressing F12

Update 1.5.1
- Fixed settings saving bug
- Optimized stability

Update 1.4
- "trying to join" message removed, because it was confusing
- optimized script to join giveaways with incorrect steam store link

Update 1.3.5
- "Rate this app" text in settings menu removed

Update 1.3.4
- Fixed a bug with on-page console

Update 1.3.3
- Fixed a bug that could stop the script
- Added a new on-page console

Update 1.3.2
- Join free giveaways even if minimum is over 0

Update 1.3.1
- Bug loading settings fixed

Update 1.3
- Optimized settings menu (smaller)
- Adjust your minimum and maximum price
- Improved saving and settings loading
- Bugfixes

Update 1.2
- Settings menu
- Bot can be disabled
- Change scan delay (in minutes)
- Decide if you want to enter gold giveaways
- Possible to join region free games only
- Instructions added
- Bug fixes and performance improvements

Update 1.1 
- Gold detection fixed                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gameminer.net Autojoin Bot Gameminer.net Autojoin Bot
ID ehnlgmgdeiniedehbamagbfbljmhekdm
URL Chính Thức https://chromewebstore.google.com/detail/gameminernet-autojoin-bot/ehnlgmgdeiniedehbamagbfbljmhekdm
Mô tả This script will automatically join giveaways on gameminer.net
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2016-11-11
Ngày Phát Hành 2016-11-11
Đánh Giá 4.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Tackyou
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gameminer.net Autojoin Bot",
    "description": "This script will automatically join giveaways on gameminer.net",
    "version": "1.5.1",
    "author": "Tackyou",
    "permissions": [
        "*:\/\/gameminer.net\/*",
        "*:\/\/gameminer.ru\/*",
        "*:\/\/store.steampowered.com\/api\/appdetails\/*",
        "*:\/\/query.yahooapis.com\/v1\/public\/yql*",
        "storage"
    ],
    "icons": {
        "128": "data\/images\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/Tackyou\/gameminer-autojoin",
    "browser_action": {
        "default_title": "Gameminer Bot",
        "default_popup": "data\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gameminer.net\/*",
                "*:\/\/gameminer.ru\/*"
            ],
            "js": [
                "data\/jquery-1.12.3.min.js",
                "data\/gameminer.js"
            ]
        }
    ],
    "offline_enabled": false,
    "manifest_version": 2
}