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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rose Garden Forever

قم بتنزيل ملفات الامتداد Rose Garden Forever بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}