Rose Garden Forever

Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.

Co je Rose Garden Forever?

Rose Garden Forever je rozšíření Chrome vyvinuté zacarias, a jeho hlavní funkcí je „Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rose Garden Forever

Stáhněte si soubory rozšíření Rose Garden Forever 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í

                        Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.                    

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

Název Rose Garden Forever Rose Garden Forever
ID kikpaobijlplbdifokjbalodannpknmn
Oficiální URL https://chromewebstore.google.com/detail/rose-garden-forever/kikpaobijlplbdifokjbalodannpknmn
Popis Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
Velikost souboru 476 KB
Počet instalací 242
Aktuální Verze 1.3
Poslední Aktualizace 2023-12-18
Datum Vydání 2017-09-08
Hodnocení 5.00/5 Celkem 14 Hodnocení
Vývojář zacarias
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rose Garden Forever",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "description": "Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}