Rose Garden Forever
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
Co to jest Rose Garden Forever?
Rose Garden Forever to rozszerzenie Chrome opracowane przez zacarias, a jego główną funkcją jest „Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rose Garden Forever
Pobierz pliki rozszerzeń Rose Garden Forever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kikpaobijlplbdifokjbalodannpknmn |
| Oficjalny URL | https://chromewebstore.google.com/detail/rose-garden-forever/kikpaobijlplbdifokjbalodannpknmn |
| Opis | Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. |
| Rozmiar pliku | 476 KB |
| Liczba instalacji | 242 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2023-12-18 |
| Data Publikacji | 2017-09-08 |
| Ocena | 5.00/5 Łącznie 14 Oceny |
| Deweloper | zacarias |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |