Rose Garden Forever
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
What is Rose Garden Forever?
Rose Garden Forever is a Chrome extension developed by zacarias, and its main feature is "Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.".
Extension Screenshots
Download Rose Garden Forever Extension CRX File
Download Rose Garden Forever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
Extension Basic Information
Name | Rose Garden Forever |
ID | kikpaobijlplbdifokjbalodannpknmn |
Official URL | https://chromewebstore.google.com/detail/rose-garden-forever/kikpaobijlplbdifokjbalodannpknmn |
Description | Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. |
File Size | 476 KB |
Installation Count | 242 |
Current Version | 1.3 |
Last Updated | 2023-12-18 |
Publish Date | 2017-09-08 |
Rating | 5.00/5 Total 14 Ratings |
Developer | zacarias |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |