BGA Chrome Extension

List your current games on boardgamearena.com

BGA Chrome Extension क्या है?

BGA Chrome Extension bga-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "List your current games on boardgamearena.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BGA Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🎲 Automatically updates the number of your idling games.
🎲 Shows your games in progress and join them directly from the extension.
🎲 Shows your pending invites.
🎲 Shows your current and incoming tournaments.
🎲 Add a vertical menu for some games on the left edge of the screen to easily navigate between the players' boards.
🎲 Add an option to enable/disable messages about your friends' activity in the game log
🎲 Add an option to display the game log and the player panels in a floating menu on the right. This saves space for the game itself if your screen is too small.
🎲 Add a button for 'deleting' a game. This button appears next to the button for starting the game in the list of games. Deleted games no longer appear in the list of games or in the lobby. (You can cancel the deletion of a game from the extension options screen.)
🎲Add an icon to hide/display the global chat, in the top right corner of the screen.
🎲Add a dark mode for the full website.

Disclaimer: I made this extension as an amateur and fan of BGA in my spare time 🤓. Please share me your super-duper positive and constructive comments 👍                    

एक्सटेंशन की मूल जानकारी

नाम BGA Chrome Extension BGA Chrome Extension
ID kchnhmpeopknjdjejognciimepllkacb
आधिकारिक URL https://chromewebstore.google.com/detail/bga-chrome-extension/kchnhmpeopknjdjejognciimepllkacb
विवरण List your current games on boardgamearena.com
फ़ाइल का आकार 497 KB
स्थापना संख्या 1,153
वर्तमान संस्करण 1.8.44
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2021-05-13
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर bga-extension
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/FlavienBusseuil/bga-chrome-extension/issues
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BGA Chrome Extension",
    "version": "1.8.44",
    "action": {
        "default_popup": "popup.cf573d29.html"
    },
    "options_ui": {
        "page": "options.17e10176.html"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "16": "icon-16.f28f85b3.png",
        "48": "img\/icon-48.png",
        "128": "icon-128.a8accab1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boardgamearena.com\/*",
                "https:\/\/studio.boardgamearena.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.60301d4b.js"
            ],
            "all_frames": true,
            "css": [
                "content.be30df4a.css"
            ]
        },
        {
            "matches": [
                "https:\/\/forum.boardgamearena.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentForum.201643ac.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "author": "Flavien Busseuil & Christophe Delaforge",
    "homepage_url": "https:\/\/github.com\/FlavienBusseuil\/bga-chrome-extension",
    "background": {
        "service_worker": "background.f25e3307.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.boardgamearena.com\/*\/*",
        "https:\/\/*.boardgamearena.net\/*\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/anim-0.png",
                "img\/anim-1.png",
                "img\/anim-2.png",
                "img\/anim-3.png",
                "img\/anim-4.png",
                "img\/anim-5.png",
                "img\/anim-6.png",
                "img\/anim-7.png",
                "img\/loading.gif",
                "img\/icon-48.png",
                "css\/dark_theme\/background.css",
                "css\/dark_theme\/chat.css",
                "css\/dark_theme\/common.css",
                "css\/dark_theme\/forum.css",
                "css\/dark_theme\/game.css",
                "css\/dark_theme\/general.css",
                "css\/dark_theme\/tailwind.css",
                "img\/dark_theme\/background.jpg",
                "img\/dark_theme\/forum\/announce_read.png",
                "img\/dark_theme\/forum\/announce_read_locked.png",
                "img\/dark_theme\/forum\/announce_read_locked_mine.png",
                "img\/dark_theme\/forum\/announce_read_mine.png",
                "img\/dark_theme\/forum\/announce_unread.png",
                "img\/dark_theme\/forum\/announce_unread_locked.png",
                "img\/dark_theme\/forum\/announce_unread_locked_mine.png",
                "img\/dark_theme\/forum\/announce_unread_mine.png",
                "img\/dark_theme\/forum\/bg_header.png",
                "img\/dark_theme\/forum\/bg_list.png",
                "img\/dark_theme\/forum\/forum_link.png",
                "img\/dark_theme\/forum\/forum_read.png",
                "img\/dark_theme\/forum\/forum_read_locked.png",
                "img\/dark_theme\/forum\/forum_read_subforum.png",
                "img\/dark_theme\/forum\/forum_unread.png",
                "img\/dark_theme\/forum\/forum_unread_locked.png",
                "img\/dark_theme\/forum\/forum_unread_subforum.png",
                "img\/dark_theme\/forum\/icon_user_online.png",
                "img\/dark_theme\/forum\/icons_contact.png",
                "img\/dark_theme\/forum\/p_bg.png",
                "img\/dark_theme\/forum\/pollbg_01.png",
                "img\/dark_theme\/forum\/sticky_read.png",
                "img\/dark_theme\/forum\/sticky_read_locked.png",
                "img\/dark_theme\/forum\/sticky_read_locked_mine.png",
                "img\/dark_theme\/forum\/sticky_read_mine.png",
                "img\/dark_theme\/forum\/sticky_unread.png",
                "img\/dark_theme\/forum\/sticky_unread_locked.png",
                "img\/dark_theme\/forum\/sticky_unread_locked_mine.png",
                "img\/dark_theme\/forum\/sticky_unread_mine.png",
                "img\/dark_theme\/forum\/topic_moved.png",
                "img\/dark_theme\/forum\/topic_read.png",
                "img\/dark_theme\/forum\/topic_read_hot.png",
                "img\/dark_theme\/forum\/topic_read_hot_locked.png",
                "img\/dark_theme\/forum\/topic_read_hot_locked_mine.png",
                "img\/dark_theme\/forum\/topic_read_hot_mine.png",
                "img\/dark_theme\/forum\/topic_read_locked.png",
                "img\/dark_theme\/forum\/topic_read_locked_mine.png",
                "img\/dark_theme\/forum\/topic_read_mine.png",
                "img\/dark_theme\/forum\/topic_unread.png",
                "img\/dark_theme\/forum\/topic_unread_hot.png",
                "img\/dark_theme\/forum\/topic_unread_hot_locked.png",
                "img\/dark_theme\/forum\/topic_unread_hot_locked_mine.png",
                "img\/dark_theme\/forum\/topic_unread_hot_mine.png",
                "img\/dark_theme\/forum\/topic_unread_locked.png",
                "img\/dark_theme\/forum\/topic_unread_locked_mine.png",
                "img\/dark_theme\/forum\/topic_unread_mine.png",
                "img\/dark_theme\/forum\/loading.gif",
                "img\/dark_theme\/forum\/smilies\/icon_arrow.gif",
                "img\/dark_theme\/forum\/smilies\/icon_cool.gif",
                "img\/dark_theme\/forum\/smilies\/icon_cry.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_biggrin.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_confused.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_geek.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_sad.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_shy.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_smile.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_surprised.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_ugeek.gif",
                "img\/dark_theme\/forum\/smilies\/icon_e_wink.gif",
                "img\/dark_theme\/forum\/smilies\/icon_eek.gif",
                "img\/dark_theme\/forum\/smilies\/icon_evil.gif",
                "img\/dark_theme\/forum\/smilies\/icon_exclaim.gif",
                "img\/dark_theme\/forum\/smilies\/icon_idea.gif",
                "img\/dark_theme\/forum\/smilies\/icon_lol.gif",
                "img\/dark_theme\/forum\/smilies\/icon_mad.gif",
                "img\/dark_theme\/forum\/smilies\/icon_mrgreen.gif",
                "img\/dark_theme\/forum\/smilies\/icon_neutral.gif",
                "img\/dark_theme\/forum\/smilies\/icon_question.gif",
                "img\/dark_theme\/forum\/smilies\/icon_razz.gif",
                "img\/dark_theme\/forum\/smilies\/icon_redface.gif",
                "img\/dark_theme\/forum\/smilies\/icon_rolleyes.gif",
                "img\/dark_theme\/forum\/smilies\/icon_twisted.gif",
                "img\/dark_theme\/tooltip\/help_info.png",
                "css\/light_theme\/background.css",
                "img\/light_theme\/background.jpg"
            ],
            "extension_ids": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}