Export HumbleBundle Library to JSON

Store information of all your unredeemed games from humblebundle.com in JSON file

ما هو Export HumbleBundle Library to JSON؟

Export HumbleBundle Library to JSON هو إضافة Chrome تم تطويرها بواسطة jtara1، والميزة الرئيسية لها هي "Store information of all your unredeemed games from humblebundle.com in JSON file".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Export HumbleBundle Library to JSON

قم بتنزيل ملفات الامتداد Export HumbleBundle Library to JSON بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Steps to use:

1. Install this extension
2. Go to https://www.humblebundle.com/home/keys (need to be logged in at humblebundle.com)
3. Click on the `Export Humble Bundle as JSON` button above your list of games.

You should now have a file `Humble_Bundle_Games.json` saved through chrome as a local file on you pc. 

If not, press F12, select and copy errors there from Console and paste them in a new issue at https://github.com/jtara1/ExportHumbleBundleLibrary/issues or report issue via feedback through chrome web store.

sample output: https://pastebin.com/X7jk9buh

support me and my projects 
https://ko-fi.com/jtara1                    

معلومات أساسية عن التمديد

الاسم Export HumbleBundle Library to JSON Export HumbleBundle Library to JSON
ID pkkkphehloknahihekpiaemeaajpbflm
عنوان URL الرسمي https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm
الوصف Store information of all your unredeemed games from humblebundle.com in JSON file
حجم الملف 13.25 KB
عدد التثبيتات 330
النسخة الحالية 1.0.0
آخر تحديث 2020-05-17
تاريخ النشر 2020-05-16
تقييم 4.00/5 مجموع تقييمات 4
المطور jtara1
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jtara1/ExportHumbleBundleLibrary
عنوان صفحة المساعدة https://github.com/jtara1/ExportHumbleBundleLibrary
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Export HumbleBundle Library to JSON",
    "version": "1.0.0",
    "icons": [],
    "description": "Store information of all your unredeemed games from humblebundle.com in JSON file",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.humblebundle.com\/home\/keys"
            ],
            "js": [
                "scripts\/FileSaver.js",
                "scripts\/main.js"
            ]
        }
    ]
}