Rose Garden Forever
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
Что такое Rose Garden Forever?
Rose Garden Forever - это расширение Chrome, разработанное zacarias, и его основная функция - "Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.".
Снимки экрана расширения
Скачать файл CRX расширения Rose Garden Forever
Скачайте файлы расширений Rose Garden Forever в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. Основная информация о расширении
| Название | |
| ID | kikpaobijlplbdifokjbalodannpknmn |
| Официальный URL | https://chromewebstore.google.com/detail/rose-garden-forever/kikpaobijlplbdifokjbalodannpknmn |
| Описание | Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. |
| Размер файла | 476 KB |
| Количество установок | 242 |
| Текущая Версия | 1.3 |
| Последнее Обновление | 2023-12-18 |
| Дата публикации | 2017-09-08 |
| Рейтинг | 5.00/5 Всего 14 оценок |
| Разработчик | zacarias |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
]
} | |