RBA Verbesserungsgarnitur

An enhancement extension for the RBA and its forum.

Co je RBA Verbesserungsgarnitur?

RBA Verbesserungsgarnitur je rozšíření Chrome vyvinuté enba devel, a jeho hlavní funkcí je „An enhancement extension for the RBA and its forum.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RBA Verbesserungsgarnitur

Stáhněte si soubory rozšíření RBA Verbesserungsgarnitur ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        RBA Verbesserungsgarnitur (RBAVG) is an enhancement extension for the german Battle Rap platform RBA and its forum. RBAVG provides several fixes and enhancements, including web audio players, keyboard navigation and design fixes.                    

Základní Informace o Rozšíření

Název RBA Verbesserungsgarnitur RBA Verbesserungsgarnitur
ID phfkkbnoiidmojlpiaibpoeiblnckeop
Oficiální URL https://chromewebstore.google.com/detail/rba-verbesserungsgarnitur/phfkkbnoiidmojlpiaibpoeiblnckeop
Popis An enhancement extension for the RBA and its forum.
Velikost souboru 2.66 MB
Počet instalací 27
Aktuální Verze 0.3.0
Poslední Aktualizace 2020-05-26
Datum Vydání 2020-05-26
Vývojář enba devel
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/enbacode/rbaVerbesserungsGarnitur
Podporované Jazyky de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RBA Verbesserungsgarnitur",
    "short_name": "rbaVG",
    "version": "0.3.0",
    "description": "An enhancement extension for the RBA and its forum.",
    "author": "enba",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.rbaforum.de\/*",
                "*:\/\/*.r-b-a.de\/*"
            ],
            "js": [
                "documentEndContent.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.rbaforum.de\/*",
                "*:\/\/*.r-b-a.de\/*"
            ],
            "js": [
                "documentStartContent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_title": "RBA Verbesserungsgarnitur",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "homepage_url": "https:\/\/github.com\/enbacode\/rbaVerbesserungsGarnitur",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "*:\/\/*.r-b-a.de\/*",
        "*:\/\/*.rbaforum.de\/*"
    ]
}