Rose Garden Forever

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

什么是Rose Garden Forever?

Rose Garden Forever是由zacarias开发的Chrome扩展程序,该扩展的主要功能是“Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.”。

扩展截图

screenshot

下载Rose Garden Forever扩展crx文件

下载Rose Garden Forever扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Rose Garden Forever Rose Garden Forever
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"
        }
    ]
}