Rawgin - game library assistant

Extension automatically adds all your games purchased on various sites to a single Rawg library!

Rawgin - game library assistant là gì?

Rawgin - game library assistant là một tiện ích mở rộng Chrome được phát triển bởi https://ebnull.org, và tính năng chính của nó là "Extension automatically adds all your games purchased on various sites to a single Rawg library!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rawgin - game library assistant

Tải xuống các tệp mở rộng Rawgin - game library assistant 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

                        Now all your games bought in different stores will be in one place and finally can be bragged to your friends.

This extension uses simple and quick ways to get games without having access to your accounts passwords. No need to change your profiles privacy settings!

Now supported 10 most popular game stores and services!

By the word Grabbing we call the process of obtaining a list of games you bought in any service (stores) and adding them to your Rawg.io library.

✕ Extension development is suspended                    

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

Tên Rawgin - game library assistant Rawgin - game library assistant
ID mkecpampjhgoeijppnpdlfofhgdflbpi
URL Chính Thức https://chromewebstore.google.com/detail/rawgin-game-library-assis/mkecpampjhgoeijppnpdlfofhgdflbpi
Mô tả Extension automatically adds all your games purchased on various sites to a single Rawg library!
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2021-02-13
Ngày Phát Hành 2019-12-22
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://ebnull.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ebnull.org/privacy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "author": "EbNull",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "description": "__MSG_extension_descr__",
    "version": "1.3.1",
    "permissions": [
        "alarms",
        "contextMenus",
        "notifications",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.rawg.io\/*",
        "https:\/\/*.gog.com\/*",
        "http:\/\/*.steampowered.com\/*",
        "https:\/\/*.steampowered.com\/*",
        "https:\/\/*.steamcommunity.com\/*",
        "https:\/\/*.ubisoft.com\/*",
        "https:\/\/*.ubi.com\/*",
        "https:\/\/*.origin.com\/*",
        "https:\/\/*.ea.com\/*",
        "https:\/\/*.battle.net\/*",
        "https:\/\/*.blizzard.com\/*",
        "https:\/\/*.rockstargames.com\/*",
        "https:\/\/*.rockstarwarehouse.com\/*",
        "https:\/\/*.microsoft.com\/*",
        "https:\/\/*.xbox.com\/*",
        "https:\/\/*.live.com\/*",
        "https:\/\/*.playstation.com\/*",
        "https:\/\/*.epicgames.com\/*",
        "https:\/\/*.unrealengine.com\/*",
        "https:\/\/*.bethesda.net\/*",
        "https:\/\/*.contentful.com\/*",
        "https:\/\/*.wargaming.net\/*",
        "https:\/\/*.discordapp.com\/*",
        "https:\/\/*.discord.gg\/*",
        "https:\/\/*.humblebundle.com\/*",
        "https:\/\/*.itch.io\/*",
        "https:\/\/*.nintendo.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/deps\/not-jquery.min.js",
            "js\/deps\/ebnull-notifier.min.js",
            "js\/simple-storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extension_title__",
        "default_icon": {
            "19": "img\/actions\/action_19_active.png",
            "38": "img\/actions\/action_38_active.png"
        }
    },
    "options_page": "pages\/settings.html",
    "icons": {
        "16": "img\/icons\/appicon_16.png",
        "48": "img\/icons\/appicon_48.png",
        "128": "img\/icons\/appicon_128.png",
        "256": "img\/icons\/appicon_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discordapp.com\/*"
            ],
            "js": [
                "js\/content-discord.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.microsoft.com\/*"
            ],
            "js": [
                "js\/content-microsoft.js"
            ]
        },
        {
            "matches": [
                "https:\/\/connect.ubisoft.com\/*"
            ],
            "js": [
                "js\/content-ubisoft.js"
            ],
            "all_frames": true
        }
    ]
}