Rose Garden Forever
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
Wat is Rose Garden Forever?
Rose Garden Forever is een Chrome-extensie ontwikkeld door zacarias, en de belangrijkste functie is "Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rose Garden Forever
Download Rose Garden Forever-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. Basisinformatie over de Extensie
| Naam | |
| ID | kikpaobijlplbdifokjbalodannpknmn |
| Officiële URL | https://chromewebstore.google.com/detail/rose-garden-forever/kikpaobijlplbdifokjbalodannpknmn |
| Beschrijving | Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. |
| Bestandsgrootte | 476 KB |
| Aantal Installaties | 242 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2023-12-18 |
| Publicatiedatum | 2017-09-08 |
| Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | zacarias |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |