Humble Pal

Humble Pal extends the functionality of humble bundle through automation and tracking.

Humble Palคืออะไร?

Humble Pal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chad Bailey และคุณลักษณะหลักของมันคือ "Humble Pal extends the functionality of humble bundle through automation and tracking."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Humble Pal

ดาวน์โหลดไฟล์ส่วนขยาย Humble Pal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Demo:
https://i.imgur.com/Jo3B5zD.gif

Github page:
https://github.com/ChadBailey/Humble_Pal

Humble Pal is an extension to improve the integration between Humble Bundle and Steam. It automates the Steam key activation process and marks which account Steam keys have been redeemed to.

Humble Pal also adds a search Steam store right click menu item when highlighting text on Humble Bundle to make it easier to find the official Steam store page of apps.

NOTE: The Steam key activation website is automated regardless of if the source is from a Humble Bundle link (and if the key is found on Humble Bundle it will be marked accordingly). This is intentional behavior for now as some users may prefer to only use the Steam automation (aka getting your keys from Humble Bundle is not required to use the automation). If this behavior causes problems it will be reduced.

BEFORE YOU DOWNLOAD - IMPORTANT!!
With great automation comes great responsibility. All key activation links are fully automated, so click wisely. Steam will likely be unable to help with accidentally redeemed keys.

By downloading this extension you are agreeing to the Steam subscriber agreement located at https://store.steampowered.com/checkout/ssapopup. Humble Pal automates duplicated requests to agree to the Steam Subscriber Agreement, but does not absolve you from the responsibility of that agreement. Your legal obligations to Steam and Humble Bundle are in no way modified by the use of this software.


MIT License

Copyright (c) 2021 Chad Bailey (github.com/chadbailey)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Humble Pal Humble Pal
ID ngdpilmbmplccomcgkoggnodcmaomfnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/humble-pal/ngdpilmbmplccomcgkoggnodcmaomfnj
คำอธิบาย Humble Pal extends the functionality of humble bundle through automation and tracking.
ขนาดไฟล์ 27.55 KB
จำนวนการติดตั้ง 543
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-01-11
วันที่เผยแพร่ 2021-01-02
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Chad Bailey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ChadBailey/Humble_Pal
URL หน้าช่วยเหลือ https://github.com/ChadBailey/Humble_Pal/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Humble Pal",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Humble Pal extends the functionality of humble bundle through automation and tracking.",
    "homepage_url": "https:\/\/github.com\/ChadBailey\/",
    "icons": {
        "16": "icons\/humble_pal16.png",
        "19": "icons\/humble_pal19.png",
        "48": "icons\/humble_pal48.png",
        "128": "icons\/humble_pal128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "context.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "https:\/\/*.humblebundle.com\/*",
        "https:\/\/store.steampowered.com\/account\/registerkey?key=*"
    ]
}